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
183bdbfd828bf0290e3ea68c5537a8db5fa4fe889b3f0405458d4123e3d4d24d
Browse files
model-00002-of-00003.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6056dc708b9297935fb004685137268c15e9082a6b1fa6276ad5e9dd3c993fba
|
| 3 |
+
size 5352158663
|