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

stratus-labs
/
cortex-v1

Text Generation
MLX
stratus-labs
cortex
apple-silicon
openai-compatible
llm-inference
Model card Files Files and versions
xet
Community

Instructions to use stratus-labs/cortex-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • MLX

    How to use stratus-labs/cortex-v1 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("stratus-labs/cortex-v1")
    
    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 stratus-labs/cortex-v1 with MLX LM:

    Generate or start a chat session
    # Install MLX LM
    uv tool install mlx-lm
    # Generate some text
    mlx_lm.generate --model "stratus-labs/cortex-v1" --prompt "Once upon a time"
  • Atomic Chat
cortex-v1
3.23 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
stratusvale's picture
stratusvale
Cortex v1 meta model card โ€” served models, pricing, endpoint
efa8142 verified 17 days ago
  • .gitattributes
    1.52 kB
    initial commit 17 days ago
  • README.md
    1.71 kB
    Cortex v1 meta model card โ€” served models, pricing, endpoint 17 days ago