Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Ailiance-fr
/
devstral-rust-embedded-lora

Text Generation
PEFT
MLX
English
French
lora
ailiance
devstral
rust-embedded
Model card Files Files and versions
xet
Community

Instructions to use Ailiance-fr/devstral-rust-embedded-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Ailiance-fr/devstral-rust-embedded-lora with PEFT:

    Task type is invalid.
  • MLX

    How to use Ailiance-fr/devstral-rust-embedded-lora 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("Ailiance-fr/devstral-rust-embedded-lora")
    
    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 Ailiance-fr/devstral-rust-embedded-lora with MLX LM:

    Generate or start a chat session
    # Install MLX LM
    uv tool install mlx-lm
    # Generate some text
    mlx_lm.generate --model "Ailiance-fr/devstral-rust-embedded-lora" --prompt "Once upon a time"
devstral-rust-embedded-lora
370 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
clemsail's picture
clemsail
docs: add base vs tuned bench comparison
30aea1b verified 2 days ago
  • .gitattributes
    1.52 kB
    initial commit 2 days ago
  • README.md
    4.44 kB
    docs: add base vs tuned bench comparison 2 days ago
  • adapter_config.json
    1.19 kB
    Upload adapter config 2 days ago
  • adapters.safetensors
    370 MB
    xet
    Upload devstral-rust-embedded LoRA weights 2 days ago