Skip to content
Discussion options

You must be logged in to vote

@TomLucidor So Kimi Linear just isn't in MLX yet unless you build off that PR because of how new it is. Once it's in MLX, you should be able to run uv tool upgrade mlx-lm and then the ramalama commands.

Here is Qwen3 Coder working just fine though:

❯ ramalama --runtime=mlx run hf://mlx-community/Qwen3-Coder-30B-A3B-Instruct-4bit
INFO:ramalama:MLX runtime automatically uses --nocontainer mode
🍏 > Create an infinite python loop
Here are several ways to create infinite loops in Python:

## Method 1: Using `while True` (Most Common)
```python
while True:
    print("This loop will run forever")
    # Add your code here
    # Use break condition when needed

Method 2: Using while 1 (Same as True)

Replies: 3 comments 9 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@kush-gupt
Comment options

@engelmi
Comment options

@engelmi
Comment options

@engelmi
Comment options

Comment options

You must be logged in to vote
5 replies
@kush-gupt
Comment options

@kush-gupt
Comment options

@TomLucidor
Comment options

@kush-gupt
Comment options

Answer selected by TomLucidor
@TomLucidor
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants