Regarding Running LLM Benchmark #342
Replies: 4 comments
-
|
Hi @hsj576 , @MooreZheng , I tried to fix it on my own now. The error gives related to categories-: I am trying to run single qna benchmark |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
To fix this error you need to export the right pythonpath. For example: "export PYTHONPATH=$PYTHONPATH:/mnt/c/users/ojus/desktop/e/ianvs/examples/scene-based-unknown-task-recognition/lifelong_learning_bench/testalgorithms/rfnet" |
Beta Was this translation helpful? Give feedback.
-
|
Hi @hsj576 thanks for the reply. I have successfully run the ianvs and created the example even though I can;t make till the deadline for LFX. I face issue while downloading the model from baidu cloud as I from India and I am not able to access that website even after VPN I need Chinese number to verify the account so face a lot of issues. But thanks for the help. Good luck !! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to run the llm benchmark using ianvs -f command but getting error related to the format, Could anyone please help me out with this.
Thanks and Regards
Traceback (most recent call last): File "/mnt/c/users/ojus/desktop/lfx/myenv/bin/ianvs", line 33, in <module> sys.exit(load_entry_point('ianvs==0.1.0', 'console_scripts', 'ianvs')()) File "/mnt/c/users/ojus/desktop/lfx/ianvs/core/cmd/benchmarking.py", line 41, in main raise RuntimeError(f"benchmarkingjob runs failed, error: {err}.") from err RuntimeError: benchmarkingjob runs failed, error: testenv config file(/mnt/c/users/ojus/desktop/lfx/ianvs/examples/llm/singletask_learning_bench/simple_qa/testenv/testenv.yaml) is not supported, error: dataset file(/mnt/c/users/ojus/desktop/lfx/datasets/llm_simple_qa/train_dataset/data.jsonl)'s format(jsonl) is not supported..Beta Was this translation helpful? Give feedback.
All reactions