Spaces:
Running
Running
add req
Browse files- requirements.txt +22 -0
requirements.txt
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# PyTorch and related libraries
|
2 |
+
torch
|
3 |
+
torchvision
|
4 |
+
torchaudio
|
5 |
+
|
6 |
+
# Hugging Face transformers library
|
7 |
+
transformers
|
8 |
+
|
9 |
+
# Configuration management with OmegaConf
|
10 |
+
omegaconf
|
11 |
+
|
12 |
+
# Interactive widgets for Jupyter Notebooks
|
13 |
+
ipywidgets
|
14 |
+
|
15 |
+
# Gradio for creating web UIs
|
16 |
+
gradio
|
17 |
+
|
18 |
+
# Vector quantization for PyTorch
|
19 |
+
vector_quantize_pytorch
|
20 |
+
|
21 |
+
# Hugging Face Hub client
|
22 |
+
huggingface_hub
|