root
commited on
Commit
·
4a63dcf
1
Parent(s):
4b92b22
update eval_retro_vllm.sh
Browse files
evaluation/long_32k_eval/eval_retro_vllm.sh
CHANGED
|
@@ -7,7 +7,8 @@
|
|
| 7 |
#!/bin/bash
|
| 8 |
|
| 9 |
# TODO change this to your reference file dir:
|
| 10 |
-
|
|
|
|
| 11 |
|
| 12 |
|
| 13 |
# TODO change to your tstdir
|
|
|
|
| 7 |
#!/bin/bash
|
| 8 |
|
| 9 |
# TODO change this to your reference file dir:
|
| 10 |
+
data_home="" # data_home https://huggingface.co/nvidia/Llama3-ChatQA-2-70B/tree/main/data
|
| 11 |
+
REFDIR=${data_home}
|
| 12 |
|
| 13 |
|
| 14 |
# TODO change to your tstdir
|