Instructions to use Motif-Technologies/optimizer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Kernels
How to use Motif-Technologies/optimizer with Kernels:
# !pip install kernels from kernels import get_kernel kernel = get_kernel("Motif-Technologies/optimizer") - Notebooks
- Google Colab
- Kaggle
Commit ·
9c787fc
1
Parent(s): 9d8a41d
add more exclude files
Browse files- .pre-commit-config.yaml +1 -1
.pre-commit-config.yaml
CHANGED
|
@@ -4,7 +4,7 @@ default_install_hook_types:
|
|
| 4 |
default_stages:
|
| 5 |
- pre-commit # Run locally
|
| 6 |
- manual # Run in CI
|
| 7 |
-
exclude: '(build|result)/.*'
|
| 8 |
repos:
|
| 9 |
- repo: https://github.com/google/yapf
|
| 10 |
rev: v0.43.0
|
|
|
|
| 4 |
default_stages:
|
| 5 |
- pre-commit # Run locally
|
| 6 |
- manual # Run in CI
|
| 7 |
+
exclude: '(build|result)/.*|__pycache__/.*|.*\.(png|html)$'
|
| 8 |
repos:
|
| 9 |
- repo: https://github.com/google/yapf
|
| 10 |
rev: v0.43.0
|