Skip to content

Commit 24acf03

Browse files
committed
Bump FD version from 2.3.0rc0 to 2.3.0 (#4721)
1 parent 54baddb commit 24acf03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddlex/utils/deps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def get_genai_fastdeploy_spec(device_type):
308308
if device_type not in SUPPORTED_DEVICE_TYPES:
309309
raise ValueError(f"Unsupported device type: {device_type}")
310310
if device_type == "gpu":
311-
return "fastdeploy-gpu == 2.3.0rc0"
311+
return "fastdeploy-gpu == 2.3.0"
312312
else:
313313
raise AssertionError
314314

0 commit comments

Comments
 (0)