Skip to content

Commit 0ab4096

Browse files
authored
Update test_generation.py
1 parent c2ba8e4 commit 0ab4096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/entrypoints/test_generation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from fastdeploy.engine.sampling_params import SamplingParams
1010
from fastdeploy.entrypoints.llm import LLM
1111

12-
MODEL_NAME = os.getenv("MODEL_PATH") + "/ernie-45-21b-a3b-bf16-paddle"
12+
MODEL_NAME = os.getenv("MODEL_PATH") + "/ernie-4_5-21b-a3b-bf16-paddle"
1313

1414

1515
class TestGeneration(unittest.TestCase):

0 commit comments

Comments
 (0)