Spaces:
Paused
Paused
Tao Wu
commited on
Commit
·
3310e88
1
Parent(s):
50220da
fix bug
Browse files- app/embedding_setup.py +1 -1
app/embedding_setup.py
CHANGED
@@ -36,7 +36,7 @@ lora_weights = "/hpcwork/vg380347/llama3/Instruct_8B_EngGer_alpaca_finetune_pair
|
|
36 |
hf_auth = os.environ.get("hf_token")
|
37 |
|
38 |
|
39 |
-
tokenizer = AutoTokenizer.from_pretrained(LLM_MODEL, token=hf_auth
|
40 |
|
41 |
|
42 |
first_token = 'First'
|
|
|
36 |
hf_auth = os.environ.get("hf_token")
|
37 |
|
38 |
|
39 |
+
tokenizer = AutoTokenizer.from_pretrained(LLM_MODEL, token=hf_auth)
|
40 |
|
41 |
|
42 |
first_token = 'First'
|