Instructions to use owen198/3cm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use owen198/3cm with MLX:
# Make sure mlx-lm is installed # pip install --upgrade mlx-lm # if on a CUDA device, also pip install mlx[cuda] # Generate text with mlx-lm from mlx_lm import load, generate model, tokenizer = load("owen198/3cm") prompt = "Once upon a time in" text = generate(model, tokenizer, prompt=prompt, verbose=True) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
- MLX LM
How to use owen198/3cm with MLX LM:
Generate or start a chat session
# Install MLX LM uv tool install mlx-lm # Generate some text mlx_lm.generate --model "owen198/3cm" --prompt "Once upon a time"
Upload folder using huggingface_hub
Upload folder using huggingface_hub
Multi commit ID: 22b94abc53323e71cb0cd1a0202fe4f94b4449107115f12fe46bbe092ddcad90
Scheduled commits:
- Upload 1 file(s) totalling 5.3G (c1830c25c26343e042752f5e2ced00996f8ae2b95943789673473f19155ae123)
- Upload 1 file(s) totalling 5.4G (f8988da1ec2451be90774813eb2f240e20071f8fd6806449c215dcefa6f77682)
- Upload 1 file(s) totalling 4.4G (b9a0acd25946739a4eb41051ed5553fd89ed276aae2104df0785f7c681da8ae2)
- Upload 1 file(s) totalling 4.5G (02f5e67af07df9fe3f3c0965a7e9ca769715074cfb8f0b94a325a1011977b79b)
- Upload 7 file(s) totalling 1.1G (d56e1e0f6d58df9cd54a70b92aaa41057df5299a99ea4ae26231bcb95d4913c5)
This is a PR opened using the huggingface_hub library in the context of a multi-commit. PR can be commented as a usual PR. However, please be aware that manually updating the PR description, changing the PR status, or pushing new commits, is not recommended as it might corrupt the commit process. Learn more about multi-commits in this guide.
create_pr=False has been passed so PR is automatically merged.
This is a comment posted using the huggingface_hub library in the context of a multi-commit. Learn more about multi-commits in this guide.
Multi-commit is now completed! You can ping the repo owner to review the changes. This PR can now be commented or modified without risking to corrupt it.
This is a comment posted using the huggingface_hub library in the context of a multi-commit. Learn more about multi-commits in this guide.