Instructions to use ID-0/Cyara with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use ID-0/Cyara with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("ID-0/Cyara", set_active=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -73,6 +73,7 @@ base_model:
|
|
| 73 |
- mkiani/keras-python3.10
|
| 74 |
- w-e-w/torch-2.6.0-cu128.nv
|
| 75 |
- czmahi/xformers-windows-torch2.8-cu128-py312
|
|
|
|
| 76 |
new_version: mradermacher/CodeLama-7b-Python-10k-platypus-v3-GGUF
|
| 77 |
library_name: transformers
|
| 78 |
---
|
|
|
|
| 73 |
- mkiani/keras-python3.10
|
| 74 |
- w-e-w/torch-2.6.0-cu128.nv
|
| 75 |
- czmahi/xformers-windows-torch2.8-cu128-py312
|
| 76 |
+
- Safey04/handler.py
|
| 77 |
new_version: mradermacher/CodeLama-7b-Python-10k-platypus-v3-GGUF
|
| 78 |
library_name: transformers
|
| 79 |
---
|