Spaces:
Running
Running
levanel commited on
Commit ·
a1c2e47
1
Parent(s): 5587ea9
restart
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import numpy as np
|
|
| 4 |
import vecmini
|
| 5 |
import pypdf
|
| 6 |
from transformers import AutoTokenizer, AutoModel
|
| 7 |
-
|
| 8 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
| 9 |
torch_dtype = torch.float16
|
| 10 |
|
|
|
|
| 4 |
import vecmini
|
| 5 |
import pypdf
|
| 6 |
from transformers import AutoTokenizer, AutoModel
|
| 7 |
+
#rando
|
| 8 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
| 9 |
torch_dtype = torch.float16
|
| 10 |
|