Views
No views yet
Qwen3-8B-9c925d64-bf16.gguf — the model used by the TensorCash (TSC) mainnet
proof-of-inference chain, converted to GGUF in bf16 (no quantisation).llama.cpp/convert_hf_to_gguf.py --outtype bf16 from the
Hugging Face Qwen3-8B revision registered by the chain (commit prefix
9c925d64, which is where the filename suffix comes from). Tensor-by-tensor
comparison against an independently produced conversion matched on 64/64
tensors.1docker run --gpus all \
2 -e POOL_URL=stratum+tcp://POOL:PORT \
3 -e WALLET=<your address> -e WORKER=rig1 \
4 -e MODEL_URL=https://huggingface.co/ocminer/Qwen3-8B-9c925d64-bf16-GGUF/resolve/main/Qwen3-8B-9c925d64-bf16.gguf \
5 ocminersupr/supr-meow-tsc:latest