Spaces:
Runtime error
Runtime error
SivaResearch
commited on
Commit
•
097234e
1
Parent(s):
8e06039
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,6 @@ from transformers import StoppingCriteria, StoppingCriteriaList, TextIteratorStr
|
|
5 |
from threading import Thread
|
6 |
|
7 |
|
8 |
-
|
9 |
# Loading the tokenizer and model from Hugging Face's model hub.
|
10 |
tokenizer = AutoTokenizer.from_pretrained("SivaResearch/tinyllama-Siv-v2")
|
11 |
model = AutoModelForCausalLM.from_pretrained("SivaResearch/tinyllama-Siv-v2")
|
|
|
5 |
from threading import Thread
|
6 |
|
7 |
|
|
|
8 |
# Loading the tokenizer and model from Hugging Face's model hub.
|
9 |
tokenizer = AutoTokenizer.from_pretrained("SivaResearch/tinyllama-Siv-v2")
|
10 |
model = AutoModelForCausalLM.from_pretrained("SivaResearch/tinyllama-Siv-v2")
|