We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54baddb commit 24acf03Copy full SHA for 24acf03
paddlex/utils/deps.py
@@ -308,7 +308,7 @@ def get_genai_fastdeploy_spec(device_type):
308
if device_type not in SUPPORTED_DEVICE_TYPES:
309
raise ValueError(f"Unsupported device type: {device_type}")
310
if device_type == "gpu":
311
- return "fastdeploy-gpu == 2.3.0rc0"
+ return "fastdeploy-gpu == 2.3.0"
312
else:
313
raise AssertionError
314
0 commit comments