Alibaba has launched the QwQ-32B-Preview, a cutting-edge AI model designed to enhance logical reasoning and problem-solving skills.

I recently tested the QwQ model on Ollama, and it's the first notable alternative to OpenAI's O1. The results are quite promising:

calculate 10+10

So I have this...

Initialization

Download iso file and burn it to usb:

Operating system images

You don't need a display!

network - wifi

Create /etc/network/interfaces.d/wlan0 file with:

auto wlan0
iface wlan0 inet static
#iface wlan0 inet6 dhcp
    address 192.168.1.200
    netmask 255.255.255.0
    gat...

When experimenting with base or pretrained language models, the barrier to find a model can be high, since most available models are now instruction-tuned.

That’s why I wanted to share a couple of quick, practical ways to run these models, both through hosted APIs and locally, so you can start try...