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
Fix fsspec version conflict with datasets
Browse files
.gitattributes
CHANGED
|
@@ -82,3 +82,4 @@ lib_wheel/tornado-6.4.2-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylin
|
|
| 82 |
lib_wheel/transformers-4.52.3-py3-none-any.whl filter=lfs diff=lfs merge=lfs -text
|
| 83 |
lib_wheel/triton-3.3.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl filter=lfs diff=lfs merge=lfs -text
|
| 84 |
lib_wheel/virtualenv-20.32.0-py3-none-any.whl filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 82 |
lib_wheel/transformers-4.52.3-py3-none-any.whl filter=lfs diff=lfs merge=lfs -text
|
| 83 |
lib_wheel/triton-3.3.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl filter=lfs diff=lfs merge=lfs -text
|
| 84 |
lib_wheel/virtualenv-20.32.0-py3-none-any.whl filter=lfs diff=lfs merge=lfs -text
|
| 85 |
+
lib_wheel/fsspec-2024.6.1-py3-none-any.whl filter=lfs diff=lfs merge=lfs -text
|
lib_wheel/fsspec-2024.6.1-py3-none-any.whl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3cb443f8bcd2efb31295a5b9fdb02aee81d8452c80d28f97a6d0959e6cee101e
|
| 3 |
+
size 177561
|