Instructions to use buraker81/cahil with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use buraker81/cahil with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("buraker81/cahil", set_active=True) - Notebooks
- Google Colab
- Kaggle
| { | |
| "name": "handshake2", | |
| "version": "1.0.0", | |
| "description": "", | |
| "license": "ISC", | |
| "author": "", | |
| "type": "commonjs", | |
| "main": "test.js", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "dependencies": { | |
| "@0glabs/0g-ts-sdk": "^0.3.3", | |
| "ethers": "^6.13.1" | |
| }, | |
| "devDependencies": {} | |
| } | |