Instructions to use jokernifty/Qwen3.5-9b-UnityEngine with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use jokernifty/Qwen3.5-9b-UnityEngine 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("jokernifty/Qwen3.5-9b-UnityEngine") 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 jokernifty/Qwen3.5-9b-UnityEngine with MLX LM:
Generate or start a chat session
# Install MLX LM uv tool install mlx-lm # Generate some text mlx_lm.generate --model "jokernifty/Qwen3.5-9b-UnityEngine" --prompt "Once upon a time"
| { | |
| "adapter_path": "/Volumes/SSD1TB/DownFTuner/.downftuner/adapters/6a1dc9d500277b50ec06", | |
| "batch_size": 1, | |
| "clear_cache_threshold": 0, | |
| "config": null, | |
| "data": "/Volumes/SSD1TB/DownFTuner/.downftuner/runs/6a1dc9d500277b50ec06", | |
| "fine_tune_type": "lora", | |
| "grad_accumulation_steps": 1, | |
| "grad_checkpoint": true, | |
| "iters": 2000, | |
| "learning_rate": 0.0001, | |
| "lora_parameters": { | |
| "rank": 8, | |
| "dropout": 0.0, | |
| "scale": 20.0 | |
| }, | |
| "lr_schedule": null, | |
| "mask_prompt": false, | |
| "max_seq_length": 2048, | |
| "model": "mlx-community/Qwen3.5-9B-MLX-4bit", | |
| "num_layers": 16, | |
| "optimizer": "adam", | |
| "optimizer_config": { | |
| "adam": {}, | |
| "adamw": {}, | |
| "muon": {}, | |
| "sgd": {}, | |
| "adafactor": {} | |
| }, | |
| "project_name": null, | |
| "report_to": null, | |
| "resume_adapter_file": null, | |
| "save_every": 100, | |
| "seed": 0, | |
| "steps_per_eval": 500, | |
| "steps_per_report": 10, | |
| "test": false, | |
| "test_batches": 500, | |
| "train": true, | |
| "val_batches": 25 | |
| } |