Skip to content

Commit 71bdfca

Browse files
nithinraokchtruong814
authored andcommitted
remove pinning cuda bindings (#15183)
* remove pinning cuda bindings Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com> * no pin Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com> --------- Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com> Signed-off-by: Charlie Truong <chtruong@nvidia.com>
1 parent 0554345 commit 71bdfca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ fsspec==2024.12.0
22
huggingface_hub>=0.24
33
numba ; platform_system == 'Darwin'
44
numba-cuda==0.15.1 ; platform_system != 'Darwin'
5-
cuda_bindings==13.0.0 ; platform_system != 'Darwin'
5+
cuda-bindings ; platform_system != 'Darwin'
66
numexpr<2.14.0 # WAR for attempted use of nonexistent numpy.typing
77
numpy>=1.22
88
onnx>=1.7.0

0 commit comments

Comments
 (0)