Merge ecf6380ad0201ef17cfe920184595c7a8f4c015b into ba3f3cd54b0e5b8ce1ab3de13e32122d0d5f98ab

This commit is contained in:
Deep Soni 2024-03-06 07:44:11 +00:00 committed by GitHub
commit ea928e8449
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
numba
numpy
torch
tqdm
more-itertools
tiktoken
triton>=2.0.0,<3;platform_machine=="x86_64" and sys_platform=="linux" or sys_platform=="linux2"
numba==0.59.0 #latest version
numpy==1.26.4 #latest version
torch==2.2.1 #latest version
tqdm==4.66.2 #latest version
more-itertools==10.2.0 #latest version
tiktoken==0.6.0 #latest version
triton>=2.0.0,<3; platform_machine == "x86_64" and sys_platform == "linux"