mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-04 18:57:44 +00:00
chore: split dsapp to pages & add llm_logs showing (#733)
* split dsapp to pages & add llm_logs showing * some changes * small bug * add time info * do not test UI in test_import * cache stdout
This commit is contained in:
@@ -26,7 +26,7 @@ class TestRDAgentImports(unittest.TestCase):
|
||||
if "llm_st" in fstr:
|
||||
continue
|
||||
if (
|
||||
fstr.endswith("rdagent/log/ui/app.py")
|
||||
"rdagent/log/ui/" in fstr
|
||||
or fstr.endswith("rdagent/app/cli.py")
|
||||
or fstr.endswith("rdagent/app/CI/run.py")
|
||||
or fstr.endswith("rdagent/app/utils/ape.py")
|
||||
|
||||
Reference in New Issue
Block a user