Spaces:
Running
Unable to run hf run uv job command
when i execute the below command i am getting lighteval not available. Can anyone help me here?
hf jobs uv run \ # run a hf jobs job with uv
--flavor a10g-large \ # select the machine size
--with "lighteval[vllm]" \ # install lighteval with vllm dependencies
s HF_TOKEN \ # share the huggingface write token
lighteval vllm "model_name=/" "lighteval|gsm8k|0|0" --push-to-hub --results-org
Error Message:
File "/home/sanjay/.local/lib/python3.13/site-packages/huggingface_hub/utils/_experimental.py", line 66, in _inner_fn
return fn(*args, **kwargs)
File "/home/sanjay/.local/lib/python3.13/site-packages/huggingface_hub/hf_api.py", line 10375, in run_uv_job
with open(script_path, "r") as f:
~~~~^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'lighteval'