Wasim0606 commited on
Commit
5985e62
·
verified ·
1 Parent(s): 40ccb54

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -35
requirements.txt CHANGED
@@ -13,41 +13,8 @@ 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
20
- soundfile
21
- librosa
22
-
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
 
13
  xformers
14
  accelerate>=0.26.0
15
 
16
+ # PyTorch with CUDA (Install manually)
17
+ # torch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 # <-- COMMENTED OUT
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
 
19
  # Audio processing
20
  soundfile