V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
V2EX  ›  superhack  ›  全部回复第 1 页 / 共 10 页
回复总数  191
1  2  3  4  5  6  7  8  9  10  
4 月 29 日
回复了 zsj1029 创建的主题 Local LLM qwen3.6 27b 本地编码测试
@zsj1029 是投机推理
4 月 29 日
回复了 zsj1029 创建的主题 Local LLM qwen3.6 27b 本地编码测试
@zsj1029

```
services:
vllm-qwen36-27b:
image: vllm/vllm-openai:v0.20.0
container_name: vllm-qwen36-27b
restart: "unless-stopped"
ports:
- "8085:8000"
volumes:
- models/huggingface/qwen3.6-27b-autoround-int4:/model
environment:
- CUDA_VISIBLE_DEVICES=0
- VLLM_WORKER_MULTIPROC_METHOD=spawn
- PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True
shm_size: "16gb"
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: all
capabilities: [gpu]
command:
- --model
- /model
- --served-model-name
- qwen3.6-27b
- --quantization
- auto-round
- --dtype
- float16
- --gpu-memory-utilization
- "0.92"
- --max-model-len
- "160000"
- --kv-cache-dtype
- fp8_e5m2
- --max-num-seqs
- "1"
- --trust-remote-code
- --reasoning-parser
- qwen3
- --enable-auto-tool-choice
- --tool-call-parser
- qwen3_xml
- --enable-prefix-caching
- --speculative-config
- '{"method":"mtp","num_speculative_tokens":2}'
- --host
- "0.0.0.0"
- --port
- "8000"
```
4 月 28 日
回复了 zsj1029 创建的主题 Local LLM qwen3.6 27b 本地编码测试
5090 27B ,vllm 峰值 120 tok/s, 平均 85 tok/s 上下
如无必要,勿增实体
3 月 21 日
回复了 Nerv 创建的主题 分享创造 用 Claude Skill 解决 sing-box 配置难题
很不错,代理客户端的 skill ,你好像是第一个
3 月 20 日
回复了 Frank570 创建的主题 北京 出租酒仙桥-恒通园区车位
不写价格,也得写点别的信息啊
staging
2025 年 10 月 14 日
回复了 wi11iamZ 创建的主题 宽带症候群 外出时家宽回连方案讨论
wireguard 已被运营商搞残
支持!
2025 年 10 月 11 日
回复了 zhjh0521 创建的主题 Apple macos 上的小火箭场景功能不工作
真想告诉作者,system_profiler 这个命令可以获取到 ssid ,就是解析比较麻烦
2025 年 10 月 11 日
回复了 huangmingyou 创建的主题 WireGuard wg 会被 isp 搞了?
确实,同省、跨省、同运营商、跨运营商都不稳了,实测
2025 年 9 月 22 日
回复了 tiancaiXD 创建的主题 生活 蟑螂药有推荐吗?
呋虫胺,最终你会用它
pulse
2025 年 9 月 5 日
回复了 superhack 创建的主题 程序员 求一份 sing-box binary 版客户端在 macOS 上的可用配置
@LOGOSJ GUI 做了 CLI 之外的一些事情,比如 dns
2025 年 9 月 4 日
回复了 superhack 创建的主题 程序员 求一份 sing-box binary 版客户端在 macOS 上的可用配置
感谢各位楼上,我好像知道问题原因了,并不是我的配置问题,而是 dns 请求在 macOS 上压根没进 tun ,必须设置一下系统网络 dns ...

https://github.com/SagerNet/sing-box/issues/3223
2025 年 9 月 4 日
回复了 superhack 创建的主题 程序员 求一份 sing-box binary 版客户端在 macOS 上的可用配置
@huangzhiyia mixed 没问题,我这里的问题是 tun-in 的时候,macOS 系统 dns 请求不进 sing-box ...
2025 年 9 月 4 日
回复了 superhack 创建的主题 程序员 求一份 sing-box binary 版客户端在 macOS 上的可用配置
@weofuh 我照着贴也没有,现在唯一有用的方案是添加一个 inbound listen :: 53 ,然后 `sudo networksetup -setdnsservers "Wi-Fi" 127.0.0.1 ` 才管用,但如果是这样才关于,哪些 sniff / hijack-dns 之类的还有啥用啊?

按说 tun 入站还需要配个 listen 53 和设置系统 dns ,做起来也太多余了吧,请教一下是我哪里没弄对吗?
2025 年 9 月 4 日
回复了 superhack 创建的主题 程序员 求一份 sing-box binary 版客户端在 macOS 上的可用配置
@RobinHuuu 我试试,多谢
2025 年 9 月 4 日
回复了 superhack 创建的主题 程序员 求一份 sing-box binary 版客户端在 macOS 上的可用配置
@weofuh 这种,dns 流量压根就没进 sing-box
2025 年 9 月 4 日
回复了 superhack 创建的主题 程序员 求一份 sing-box binary 版客户端在 macOS 上的可用配置
@wxyrrcj 就是命令行版
1  2  3  4  5  6  7  8  9  10  
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5300 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 40ms · UTC 07:34 · PVG 15:34 · LAX 00:34 · JFK 03:34
♥ Do have faith in what you're doing.