Spaces:
Paused
Paused
KuangDW
commited on
Commit
·
773aaec
1
Parent(s):
946f7f8
specify llama3.1 8b
Browse files
app.py
CHANGED
|
@@ -15,7 +15,8 @@ import subprocess
|
|
| 15 |
import pkg_resources
|
| 16 |
import sys
|
| 17 |
|
| 18 |
-
|
|
|
|
| 19 |
laser_path = snapshot_download(repo_id="KuangDW/laser", use_auth_token=laser_token)
|
| 20 |
os.environ["LASER"] = laser_path
|
| 21 |
|
|
|
|
| 15 |
import pkg_resources
|
| 16 |
import sys
|
| 17 |
|
| 18 |
+
login(token=os.environ.get("LA_NAME"))
|
| 19 |
+
laser_token = os.environ.get("ENC")
|
| 20 |
laser_path = snapshot_download(repo_id="KuangDW/laser", use_auth_token=laser_token)
|
| 21 |
os.environ["LASER"] = laser_path
|
| 22 |
|
vecalign/json_for_metricx/f1e4c89f859b47a09a65f8a7e8329dfb_input.jsonl
DELETED
|
File without changes
|