Spaces:
Runtime error
Runtime error
Update model.py
Browse files
model.py
CHANGED
@@ -4,7 +4,7 @@ from typing import Iterator
|
|
4 |
import torch
|
5 |
from transformers import AutoConfig, AutoModelForCausalLM, AutoTokenizer, TextIteratorStreamer
|
6 |
|
7 |
-
model_id = 'chatham84/llama-2-13b-chatham84-13b-64-8-1-
|
8 |
|
9 |
|
10 |
if torch.cuda.is_available():
|
|
|
4 |
import torch
|
5 |
from transformers import AutoConfig, AutoModelForCausalLM, AutoTokenizer, TextIteratorStreamer
|
6 |
|
7 |
+
model_id = 'chatham84/llama-2-13b-chatham84-13b-64-8-1-v11'
|
8 |
|
9 |
|
10 |
if torch.cuda.is_available():
|