Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

getonit
/
RoLlama-3.2-1B-mlx-8bit

Text Generation
MLX
Safetensors
Romanian
llama
romanian
llama-3.2
8-bit precision
Model card Files Files and versions
xet
Community

Instructions to use getonit/RoLlama-3.2-1B-mlx-8bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • MLX

    How to use getonit/RoLlama-3.2-1B-mlx-8bit 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("getonit/RoLlama-3.2-1B-mlx-8bit")
    
    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 getonit/RoLlama-3.2-1B-mlx-8bit with MLX LM:

    Generate or start a chat session
    # Install MLX LM
    uv tool install mlx-lm
    # Generate some text
    mlx_lm.generate --model "getonit/RoLlama-3.2-1B-mlx-8bit" --prompt "Once upon a time"
  • Atomic Chat
RoLlama-3.2-1B-mlx-8bit
1.61 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
timlenardo's picture
timlenardo
Upload RoLlama 3.2 1B MLX 8-bit + model card
21aa9b1 verified about 1 month ago
  • .gitattributes
    1.57 kB
    Upload RoLlama 3.2 1B MLX 8-bit + model card about 1 month ago
  • README.md
    1.41 kB
    Upload RoLlama 3.2 1B MLX 8-bit + model card about 1 month ago
  • config.json
    1.18 kB
    Upload RoLlama 3.2 1B MLX 8-bit + model card about 1 month ago
  • generation_config.json
    229 Bytes
    Upload RoLlama 3.2 1B MLX 8-bit + model card about 1 month ago
  • model.safetensors
    1.59 GB
    xet
    Upload RoLlama 3.2 1B MLX 8-bit + model card about 1 month ago
  • model.safetensors.index.json
    26.3 kB
    Upload RoLlama 3.2 1B MLX 8-bit + model card about 1 month ago
  • tokenizer.json
    17.2 MB
    xet
    Upload RoLlama 3.2 1B MLX 8-bit + model card about 1 month ago
  • tokenizer_config.json
    392 Bytes
    Upload RoLlama 3.2 1B MLX 8-bit + model card about 1 month ago