
OpenAI 라이브스트림
OpenAI가 라이브스트림 이벤트를 개최합니다. 방송 중에 구체적인 발표, 신제품 출시 또는 시연이 공개될 예정입니다.
The last time OpenAI did an unannounced livestream, they dropped GPT-4 Turbo and changed pricing overnight

Preface: I actually write my posts myself, no slop in this post. I managed to get Qwen 3.5 35BA3B working on my 15" 16GB M3 MBA through mmap, and I must say that given the massive model compared to my ram, 9 TPS is not bad at all. So, how did I do it? Step one, download the model itself: pip3 install huggingface-hub python3 -c "from huggingface_hub import hf_hub_download; \ hf_hub_download('unsloth/Qwen3.5-35B-A3B-GGUF', \ 'Qwen3.5-35B-A3B-UD-IQ3_XXS.gguf', \ local_dir='~/.local/share/ll