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 45ba0f1 commit 45e9754Copy full SHA for 45e9754
.github/workflows/ci.yml
@@ -72,6 +72,7 @@ jobs:
72
- "23.8"
73
- "24.3"
74
- "24.8"
75
+ - "25.3"
76
dependency-versions:
77
- "highest"
78
env:
src/Param/ParamValueConverterRegistry.php
@@ -108,6 +108,8 @@ public function __construct(array $registry = [])
108
throw UnsupportedParamValue::type($value);
109
},
110
111
+ 'BFloat16' => self::noopConverter(),
112
+
113
'Dynamic' => self::noopConverter(),
114
'Variant' => self::noopConverter(),
115
0 commit comments