Instructions to use apple/AIM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use apple/AIM with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir AIM apple/AIM
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
AMLR license (#5)
Browse files- AMLR license (f79f27f13b8497b104463160d586ba2a87b47cc5)
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
library_name: aim
|
| 3 |
pipeline_tag: image-classification
|
| 4 |
-
license:
|
| 5 |
license_name: apple-sample-code-license
|
| 6 |
license_link: LICENSE
|
| 7 |
datasets:
|
|
|
|
| 1 |
---
|
| 2 |
library_name: aim
|
| 3 |
pipeline_tag: image-classification
|
| 4 |
+
license: apple-amlr
|
| 5 |
license_name: apple-sample-code-license
|
| 6 |
license_link: LICENSE
|
| 7 |
datasets:
|