Wasim0606 commited on
Commit
40ccb54
·
verified ·
1 Parent(s): 2df0c41

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +33 -1
requirements.txt CHANGED
@@ -13,7 +13,7 @@ chromadb
13
  xformers
14
  accelerate>=0.26.0
15
 
16
- # PyTorch with CUDA (Make sure to install it manually)
17
  # torch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 # REMOVE this line from requirements.txt
18
 
19
  # Audio processing
@@ -23,4 +23,36 @@ librosa
23
  # Web UI
24
  gradio==3.50
25
  groq
 
26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  xformers
14
  accelerate>=0.26.0
15
 
16
+ PyTorch with CUDA (Make sure to install it manually)
17
  # torch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 # REMOVE this line from requirements.txt
18
 
19
  # Audio processing
 
23
  # Web UI
24
  gradio==3.50
25
  groq
26
+ modify this
27
 
28
+ ChatGPT said:
29
+ Here's a cleaned-up and optimized version of your requirements.txt file:
30
+
31
+ plaintext
32
+ Copy
33
+ Edit
34
+ # Hugging Face dependencies
35
+ huggingface_hub==0.25.2
36
+ hf-transfer>=0.1.4
37
+ datasets
38
+ unsloth # Optimized Hugging Face model training
39
+
40
+ # Transformers & LangChain
41
+ transformers
42
+ langchain-community
43
+ chromadb
44
+
45
+ # Model acceleration
46
+ xformers
47
+ accelerate>=0.26.0
48
+
49
+ # PyTorch with CUDA (Install manually based on your system's GPU support)
50
+ torch torchvision torchaudio # Do not specify exact versions here; install separately
51
+
52
+ # Audio processing
53
+ soundfile
54
+ librosa
55
+
56
+ # Web UI
57
+ gradio==3.50
58
+ groq