Art Wielogorski commited on
Commit Β·
74c266e
1
Parent(s): 9c4830b
llama
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ from transformers import AutoTokenizer, AutoModelForCausalLM
|
|
| 3 |
import transformers
|
| 4 |
import torch
|
| 5 |
|
| 6 |
-
model = f"
|
| 7 |
|
| 8 |
tokenizer = AutoTokenizer.from_pretrained(model, trust_remote_code=True)
|
| 9 |
|
|
|
|
| 3 |
import transformers
|
| 4 |
import torch
|
| 5 |
|
| 6 |
+
model = f"openlm-research/open_llama_7b"
|
| 7 |
|
| 8 |
tokenizer = AutoTokenizer.from_pretrained(model, trust_remote_code=True)
|
| 9 |
|