[object Object]

← back to Exo

empty space

c691205591d70ec41243f9889687d38b64f2e7be · 2024-07-14 23:29:20 -0700 · Alex Cheema

Files touched

Diff

commit c691205591d70ec41243f9889687d38b64f2e7be
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Sun Jul 14 23:29:20 2024 -0700

    empty space
---
 exo/inference/mlx/test_sharded_llama.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/exo/inference/mlx/test_sharded_llama.py b/exo/inference/mlx/test_sharded_llama.py
index 78b946db..2ad552f1 100644
--- a/exo/inference/mlx/test_sharded_llama.py
+++ b/exo/inference/mlx/test_sharded_llama.py
@@ -28,7 +28,6 @@ for _ in range(max_tokens):
 
 print("full response: ", full_tokenizer.decode(full_generated_tokens))
 
-
 sharded_generated_tokens = []
 sharded_resp = prompt_tokens
 for _ in range(max_tokens):

← bcd58938 clean debug logs  ·  back to Exo  ·  remove uneeded prints 54e8cad2 →