Instructions to use alpineai/cosql with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alpineai/cosql with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("alpineai/cosql") model = AutoModelForSeq2SeqLM.from_pretrained("alpineai/cosql") - Notebooks
- Google Colab
- Kaggle
Commit ·
fcdae43
1
Parent(s): 28d71e8
add accelerate
Browse files- requirements.txt +1 -0
requirements.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
accelerate
|