Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,8 @@ import pandas as pd
|
|
3 |
import torch
|
4 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
5 |
|
6 |
-
|
|
|
7 |
|
8 |
# Load the tokenizer
|
9 |
model_name = "your-llama-model" # Replace with the LLaMA model name
|
|
|
3 |
import torch
|
4 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
5 |
|
6 |
+
hf_token = os.getenv("HF_TOKEN")
|
7 |
+
token = os.getenv("HF_TOKEN")
|
8 |
|
9 |
# Load the tokenizer
|
10 |
model_name = "your-llama-model" # Replace with the LLaMA model name
|