Skip to content

Commit f6c1b78

Browse files
committed
feat(util): temporary disable checking model function for HF
1 parent ad73039 commit f6c1b78

File tree

1 file changed

+2
-2
lines changed
  • utils_pkg/neuroml_ai_utils

1 file changed

+2
-2
lines changed

utils_pkg/neuroml_ai_utils/llm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ def setup_llm(model_name_full, logger):
160160
)
161161
assert model_var
162162

163-
state, msg = check_model_works(model_var, timeout=0)
164-
assert state
163+
# state, msg = check_model_works(model_var, timeout=0)
164+
# assert state
165165
else:
166166
if model_name_full.lower().startswith("ollama:"):
167167
check_ollama_model(logger, model_name_full.lower().replace("ollama:", ""))

0 commit comments

Comments
 (0)