Other
PyTorch
Transformers
English
wheels
python3.10
cuda
machine-learning
deep-learning
dependency-management
Instructions to use RDHub/pytorch_python_310 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RDHub/pytorch_python_310 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("RDHub/pytorch_python_310", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update requirements.txt with fixed fsspec version
Browse files
lib_wheel/requirements.txt
CHANGED
|
@@ -53,7 +53,7 @@ nvidia-nvtx-cu12==12.6.77
|
|
| 53 |
|
| 54 |
# HuggingFace
|
| 55 |
huggingface-hub==0.33.2
|
| 56 |
-
fsspec==
|
| 57 |
|
| 58 |
# Additional ML/AI packages
|
| 59 |
opencv-python==4.12.0.88
|
|
|
|
| 53 |
|
| 54 |
# HuggingFace
|
| 55 |
huggingface-hub==0.33.2
|
| 56 |
+
fsspec==2024.6.1
|
| 57 |
|
| 58 |
# Additional ML/AI packages
|
| 59 |
opencv-python==4.12.0.88
|