From ecf6380ad0201ef17cfe920184595c7a8f4c015b Mon Sep 17 00:00:00 2001 From: Deep Soni <62744688+DeeprSoni@users.noreply.github.com> Date: Wed, 6 Mar 2024 13:13:19 +0530 Subject: [PATCH] Update to requirements.txt Added latest versions that can be used for running application. This is just a small change for user convenience --- requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 62f5f9d..e739f77 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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"