Skip to content

Commit dee3a49

Browse files
committed
made more generic
1 parent 1143480 commit dee3a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interpreter/terminal_interface/local_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def download_model(models_dir, models, interpreter):
245245
names = [
246246
line.split()[0].replace(":latest", "")
247247
for line in lines
248-
if line.strip() and not line.startswith("failed to get console mode") and not line.startswith("NAME")
248+
if line.strip() and not line.startswith("failed") and not line.startswith("NAME")
249249
] # Extract names, trim out ":latest", skip header
250250

251251
if "llama3" in names:

0 commit comments

Comments
 (0)