← back to Exo
code clean
ea33472666cf7082d51425d09233d61986018b5f · 2024-11-19 01:01:51 -0800 · josh
Files touched
Diff
commit ea33472666cf7082d51425d09233d61986018b5f
Author: josh <eyasufikru567@gmail.com>
Date: Tue Nov 19 01:01:51 2024 -0800
code clean
---
exo/main.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/exo/main.py b/exo/main.py
index d63643eb..9ac5bd1e 100644
--- a/exo/main.py
+++ b/exo/main.py
@@ -131,7 +131,7 @@ node.on_token.register("update_topology_viz").on_next(
lambda req_id, tokens, __: topology_viz.update_prompt_output(req_id, inference_engine.tokenizer.decode(tokens)) if topology_viz and hasattr(inference_engine, "tokenizer") else None
)
-if args.model_seed_dir is not None:
+if not args.model_seed_dir is None:
try:
await move_models_to_hf()
except:
← 8ce0fe2b pr suggestion
·
back to Exo
·
cleaned code bcd885dc →