RWKV: Fix yet another typo

This commit is contained in:
somebody
2023-03-13 19:39:19 -05:00
parent 3adc67c7a4
commit 938c97b75a

View File

@@ -139,7 +139,7 @@ class RWKVInferenceModel(InferenceModel):
# Download model if we need to
model_path = os.path.join(model_dir, MODEL_FILES[self.model_name])
if not os.path.exists(model_path):
self._download_model(self, model_path, model_class)
self._download_model(model_path, model_class)
# Now we load!