We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63555e1 commit 2670c74Copy full SHA for 2670c74
2 files changed
evo/models.py
@@ -84,7 +84,7 @@ def load_checkpoint(
84
model_config = AutoConfig.from_pretrained(
85
hf_model_name,
86
trust_remote_code=True,
87
- revision='1.1_fix' if re.match(r'evo-1-.*-base', hf_model_name) else 'main',
+ revision='1.1_fix' if re.match(r'evo-1-.*-base', model_name) else 'main',
88
)
89
model_config.use_cache = True
90
@@ -94,7 +94,7 @@ def load_checkpoint(
94
95
config=model_config,
96
97
98
99
100
# Load model state dict & cleanup.
evo/version.py
@@ -1 +1 @@
1
-version = '0.2.1'
+version = '0.3'
0 commit comments