
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