Skip to content

Commit

Permalink
Remove print statement #20
Browse files Browse the repository at this point in the history
Signed-off-by: thiswillbeyourgithub <[email protected]>
  • Loading branch information
thiswillbeyourgithub authored Apr 18, 2024
1 parent 13bb03f commit 021e50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llm_replicate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def register_models(register):
models = json.loads(fetch_models_path.read_text())
for details in models:
if not details["latest_version"]:
print(f"Skipping model '{details['name']}'")
# Skipping some broken models
continue
register(
ReplicateModel(
Expand Down

0 comments on commit 021e50e

Please sign in to comment.