Instructions to use denyyys/mlx_test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use denyyys/mlx_test 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("denyyys/mlx_test") prompt = "Once upon a time in" text = generate(model, tokenizer, prompt=prompt, verbose=True) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- MLX LM
How to use denyyys/mlx_test with MLX LM:
Generate or start a chat session
# Install MLX LM uv tool install mlx-lm # Generate some text mlx_lm.generate --model "denyyys/mlx_test" --prompt "Once upon a time"
- Atomic Chat
05210103f416d435d57f5dbfe5127005670776c573deb4db8c0824286f62d797
Browse files
model-00003-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15fd2899eb6c374c69e981e6e0066ceed6ce6d64293422cc5c66518f1dd4027f
|
| 3 |
+
size 2781084344
|