Spaces:
Runtime error
Runtime error
Update model.py
Browse files
model.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
-
|
2 |
from typing import Iterator
|
3 |
|
4 |
-
import torch
|
5 |
|
6 |
|
7 |
model_id = 'xuqinyang/baichuan-13b-chat-ggml-int4'
|
|
|
1 |
+
|
2 |
from typing import Iterator
|
3 |
|
|
|
4 |
|
5 |
|
6 |
model_id = 'xuqinyang/baichuan-13b-chat-ggml-int4'
|