-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with running HEIM #3080
Comments
The likely cause is that you have not run Sorry that this was not clearly explained in the documentation. I've updated the documentation to make things more clear. |
Hi @yifanmai, Thanks for the reply.
100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:08<00:00, 8.58s/it] 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [06:14<00:00, 374.49s/it] It's runnning fine till aesthetic metrics, it gets stopped at clip score calculation, Are there any configuration I am missing on? |
I'm able to reproduce this myself. @teetone would you know what's happening here? |
HI @teetone
I am trying to try out heim with the following command and was facing the issue from heim documentation
HuggingFaceDiffusersClient error: Failed to import diffusers.pipelines.stable_diffusion because of the following error (look up to see its traceback):
'Config' object has no attribute 'define_bool_state'
Request failed. Retrying (attempt #2) in 10 seconds... (See above for error details)
File "helm/src/helm/benchmark/window_services/window_service_factory.py", line 17, in get_window_service
model_deployment: Optional[ModelDeployment] = get_model_deployment(model_deployment_name)
File "helm/src/helm/benchmark/model_deployment_registry.py", line 132, in get_model_deployment
raise ValueError(f"Model deployment {name} not found")
ValueError: Model deployment openai/clip-vit-large-patch14 not found
0%| | 0/1 [00:35<?, ?it/s]
} [37.279s]
Traceback (most recent call last):
File "helm/src/helm/benchmark/run.py", line 380, in
main()
File "helm/src/helm/common/hierarchical_logger.py", line 104, in wrapper
return fn(*args, **kwargs)
File "helm/src/helm/benchmark/run.py", line 351, in main
run_benchmarking(
File "helm/src/helm/benchmark/run.py", line 128, in run_benchmarking
runner.run_all(run_specs)
File "helm/src/helm/benchmark/runner.py", line 226, in run_all
raise RunnerError(f"Failed runs: [{failed_runs_str}]")
helm.benchmark.runner.RunnerError: Failed runs: ["mscoco:model=huggingface_stable-diffusion-v1-4"]
Here is information on my setup
conda env Python 3.9.20
I installed heim using the build from source instead of using
pip
, as pip version was taking quite a long time to resolve the dependenciesHere are the steps i used to install
I checked the community forum and tried replacing jax version to latest as well, but still no luck
Are there any other installation and quick start documentation related to heim apart from heim.md in the docs ?
The text was updated successfully, but these errors were encountered: