Spaces:
Sleeping
Sleeping
Update functions_llama.py
Browse files- functions_llama.py +1 -1
functions_llama.py
CHANGED
@@ -10,7 +10,7 @@ import os
|
|
10 |
|
11 |
token = os.getenv('LLAMA_TOKEN')
|
12 |
if token is None:
|
13 |
-
raise ValueError("LLAMA_TOKEN is not set in the environment variables")
|
14 |
login(token=token)
|
15 |
|
16 |
# Load model and tokenizer
|
|
|
10 |
|
11 |
token = os.getenv('LLAMA_TOKEN')
|
12 |
if token is None:
|
13 |
+
raise ValueError("LLAMA_TOKEN is not set in the environment variables")
|
14 |
login(token=token)
|
15 |
|
16 |
# Load model and tokenizer
|