Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yinjiaqi authored and yinjiaqi committed Dec 30, 2024
1 parent db9fbb2 commit 1e2c68b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/tests/component_tool_eval_cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def schemas(self):

class StyleRewriteCase(Case):
def init_args(self):
return {"model": "ERNIE-3.5-8K"}
return {"model": "Qianfan-Agent-Speed-8k"}

def inputs(self):
return {"query": "文心大模型发布新版"}
Expand Down
2 changes: 1 addition & 1 deletion python/tests/test_v2_component_trace.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
@unittest.skipUnless(os.getenv("TEST_CASE", "UNKNOWN") == "CPU_PARALLEL", "")
class TestStyleRewrite(unittest.TestCase):
def setUp(self) -> None:
self.com = StyleRewrite(model="Qianfan-Agent-Speed-8k")
self.com = StyleRewrite(model="ERNIE-3.5-8K")
self.tracer = AppBuilderTracer(
enable_phoenix = False,
enable_console = True
Expand Down
2 changes: 1 addition & 1 deletion python/tests/test_v2_plant_recognize.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from appbuilder.core.component import ComponentOutput
from appbuilder.core.components.v2.plant_recognize.component import PlantRecognition

# @unittest.skipUnless(os.getenv("TEST_CASE", "UNKNOWN") == "CPU_PARALLEL", "")
@unittest.skipUnless(os.getenv("TEST_CASE", "UNKNOWN") == "CPU_PARALLEL", "")
class TestPlantRecognition(unittest.TestCase):

def setUp(self):
Expand Down

0 comments on commit 1e2c68b

Please sign in to comment.