wondervictor commited on
Commit
6e50755
·
verified ·
1 Parent(s): b67a03c

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -1
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-1',
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,