Skip to content

Commit 1c1e6b1

Browse files
committed
fix testing
1 parent 25e99d1 commit 1c1e6b1

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

backend/download_models.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,6 @@
1212
if __name__ == "__main__":
1313
build_version = os.environ.get("BUILD_VERSION", "full")
1414

15-
print("--- Initializing GemmaNLPEngine to trigger model download ---")
16-
try:
17-
# This model is downloaded in all versions
18-
nlp_engine = GemmaNLPEngine()
19-
print("Gemma NLP model download (if necessary) and initialization successful.")
20-
except Exception as e:
21-
print(f"Error during Gemma NLP model download/initialization: {e}")
22-
sys.exit(1)
23-
2415
if build_version == "full":
2516

2617
print("--- Initializing GemmaNLPEngine to trigger model download ---")

0 commit comments

Comments
 (0)