← back to Exo
remove unused torch import
2aa1e24ea900c53212a8f4ce3e7db61b2a32ad47 · 2024-07-27 20:22:56 -0700 · Alex Cheema
Files touched
M exo/inference/mlx/test_sharded_llava.py
Diff
commit 2aa1e24ea900c53212a8f4ce3e7db61b2a32ad47
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Sat Jul 27 20:22:56 2024 -0700
remove unused torch import
---
exo/inference/mlx/test_sharded_llava.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/exo/inference/mlx/test_sharded_llava.py b/exo/inference/mlx/test_sharded_llava.py
index 1674f425..5e2e13ad 100644
--- a/exo/inference/mlx/test_sharded_llava.py
+++ b/exo/inference/mlx/test_sharded_llava.py
@@ -1,4 +1,3 @@
-import torch
import codecs
import asyncio
import requests
← 833e7f33 rename sharded_llava -> llava to match new convention
·
back to Exo
·
add pillow as testing dependency b44b9171 →