Skip to content

Instantly share code, notes, and snippets.

View pyed's full-sized avatar
🏠
Working from home

pyed pyed

🏠
Working from home
View GitHub Profile
@pyed
pyed / gist:831454fa2171e67ff232c0ac9330f7e6
Last active September 8, 2026 08:45
Qwen3.8-27B Escha W2 on an RTX 4080 Super 16 GB
# Qwen3.8-27B Escha W2 on an RTX 4080 Super 16 GB
## 64k + MTP experiments, 112 Ki context, WSL2, SGLang, FP8 KV, and what actually worked

**Test date:** 2026-09-08  
**Model:** `EschaLabs/Qwen3.8-27B-Escha-W2`  
**Runtime:** `EschaLabs/escha-runtime-qwen3dense` / Escha's SGLang fork  
**GPU:** NVIDIA GeForce RTX 4080 Super 16 GB  
**CPU:** AMD Ryzen 7 7800X3D  
**RAM:** 32 GB  
#!/bin/bash
# Installs the XCode command line tools if you don't have them
xcode-select --install
# Installs brew if you don't have it
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Makes your account the owner of /usr/local, which is preferred on single user Macs
sudo chown -R `whoami` /usr/local
# Installs all the dependencies for building libtorrent and rtorrent
brew install automake libtool boost curl lzlib libsigc++ openssl pkg-config xmlrpc-c
# Uninstall libtorrent-rasterbar if you already have it