Instructions to use chuckfinca/arithmephi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chuckfinca/arithmephi with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("chuckfinca/arithmephi", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
ccaee72
1
Parent(s): bd6f952
tweaks which packages are required to try and fix whisper error
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
torch==2.1.0
|
| 2 |
pyarrow==14.0.2
|
| 3 |
git+https://github.com/huggingface/transformers
|
| 4 |
-
einops
|
|
|
|
|
|
|
|
|
| 1 |
torch==2.1.0
|
| 2 |
pyarrow==14.0.2
|
| 3 |
git+https://github.com/huggingface/transformers
|
| 4 |
+
einops
|
| 5 |
+
accelerate
|
| 6 |
+
peft
|