abhisheksan commited on
Commit
ac829a5
1 Parent(s): 904ae2c

Remove optimized module usage from poetry generation and downgrade PyTorch version to 2.3.1

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -8,7 +8,7 @@ requests==2.31.0
8
  python-multipart==0.0.9
9
 
10
  # For model handling
11
- torch==2.5.1
12
  transformers==4.43.1
13
  vllm==0.5.3.post1
14
  accelerate==0.27.2
 
8
  python-multipart==0.0.9
9
 
10
  # For model handling
11
+ torch==2.3.1
12
  transformers==4.43.1
13
  vllm==0.5.3.post1
14
  accelerate==0.27.2