mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-03 10:27:42 +00:00
chore: remove torch in main code (#439)
* use np.ndarray in costeer model evaluators * remove package * fix test error --------- Co-authored-by: Xu Yang <peteryang@vip.qq.com>
This commit is contained in:
@@ -21,6 +21,8 @@ class TestRDAgentImports(unittest.TestCase):
|
||||
continue
|
||||
if "_template" in fstr:
|
||||
continue
|
||||
if "model_coder" in fstr:
|
||||
continue
|
||||
if (
|
||||
fstr.endswith("rdagent/log/ui/app.py")
|
||||
or fstr.endswith("rdagent/app/cli.py")
|
||||
|
||||
Reference in New Issue
Block a user