Spaces:
Running
on
Zero
Running
on
Zero
wondervictor
commited on
Update model.py
Browse files
model.py
CHANGED
@@ -94,7 +94,7 @@ class Model:
|
|
94 |
t5_model = T5Embedder(
|
95 |
device=self.device,
|
96 |
local_cache=True,
|
97 |
-
cache_dir='checkpoints/flan-t5-xl
|
98 |
dir_or_name='flan-t5-xl',
|
99 |
torch_dtype=precision,
|
100 |
model_max_length=120,
|
|
|
94 |
t5_model = T5Embedder(
|
95 |
device=self.device,
|
96 |
local_cache=True,
|
97 |
+
cache_dir='checkpoints/flan-t5-xl',
|
98 |
dir_or_name='flan-t5-xl',
|
99 |
torch_dtype=precision,
|
100 |
model_max_length=120,
|