Instructions to use kernels-community/megablocks with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Kernels
How to use kernels-community/megablocks with Kernels:
# !pip install kernels from kernels import get_kernel kernel = get_kernel("kernels-community/megablocks") - Notebooks
- Google Colab
- Kaggle
drbh commited on
Commit ·
eb55039
1
Parent(s): dcfa38d
fix: readme tweak for new commit
Browse files
README.md
CHANGED
|
@@ -10,7 +10,6 @@ tags:
|
|
| 10 |
uv run https://huggingface.co/kernels-community/megablocks/raw/main/readme_example.py
|
| 11 |
```
|
| 12 |
|
| 13 |
-
|
| 14 |
```python
|
| 15 |
# /// script
|
| 16 |
# requires-python = "==3.10"
|
|
|
|
| 10 |
uv run https://huggingface.co/kernels-community/megablocks/raw/main/readme_example.py
|
| 11 |
```
|
| 12 |
|
|
|
|
| 13 |
```python
|
| 14 |
# /// script
|
| 15 |
# requires-python = "==3.10"
|