
OpenAI 直播活動
OpenAI 將舉辦一場直播活動。在直播期間將揭露具體的公告、產品發布或示範內容。
上一次 OpenAI 突然搞直播,他們直接丟出 GPT-4 Turbo,然後一夜之間改掉所有定價

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