Upload env example
Browse files- env.example.sh +19 -0
env.example.sh
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Example environment overrides for the portable 10-benchmark eval bundle
|
| 2 |
+
|
| 3 |
+
export BASE_PYTHON=python3
|
| 4 |
+
export APTBENCH_PYTHON=python3
|
| 5 |
+
export VSIBENCH_PYTHON=/path/to/envs/vsibench/bin/python
|
| 6 |
+
export VLMEVAL_PYTHON=/path/to/envs/vlmeval/bin/python
|
| 7 |
+
export BFCL_PYTHON=/path/to/envs/BFCL/bin/python
|
| 8 |
+
export DBBENCH_PYTHON=python3
|
| 9 |
+
export VLLM_PYTHON=/path/to/envs/vllm/bin/python
|
| 10 |
+
|
| 11 |
+
export FIXED_HF_CACHE=/path/to/hf_cache
|
| 12 |
+
|
| 13 |
+
export SNAPSHOT_R5=/path/to/snapshot_r5
|
| 14 |
+
export SNAPSHOT_R102025=/path/to/snapshot_r102025
|
| 15 |
+
|
| 16 |
+
export OPENAI_API_KEY=EMPTY
|
| 17 |
+
|
| 18 |
+
export HH_RLHF_DATASET_PATH=/path/to/hh_harmless_test.jsonl
|
| 19 |
+
export ADVBENCH_DATASET_PATH=/path/to/harmful_behaviors.csv
|