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:
Linlang
2024-10-21 15:56:04 +08:00
committed by GitHub
parent 2161956315
commit d3c59b2f33
7 changed files with 14 additions and 71 deletions
+2
View File
@@ -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")