Instructions to use FluidInference/jeff-coreml with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLiFormer
How to use FluidInference/jeff-coreml with GLiFormer:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
| [project] | |
| name = "jeff-coreml" | |
| version = "0.1.0" | |
| requires-python = ">=3.12,<3.13" | |
| dependencies = [ | |
| "coremltools==9.0", | |
| "gliformer==0.1.2", | |
| "jeff @ git+https://github.com/logan-markewich/jeff.git@34b32f99a727c47b679adde33f4702a001e02979", | |
| "numpy>=2.5.3", | |
| "torch==2.7.0", | |
| ] | |
| [dependency-groups] | |
| dev = ["pytest>=9.1", "ruff>=0.13"] | |
| [tool.pytest.ini_options] | |
| testpaths = ["tests"] | |
| pythonpath = ["."] | |
| [tool.ruff] | |
| line-length = 120 | |
| target-version = "py312" | |
| [tool.ruff.lint] | |
| select = ["E", "F", "I"] | |