Views
No views yet
<final_answer> block of file:line-range citations, keeping broad exploration out of the main agent's
context window.temperature 0.6 this 8-bit quant produced accurate, verifiable citations on par with the FP16 weights
(~15 s per query, 4 exploration turns). This is the recommended quant. The 4-bit sibling showed degraded
path grounding in the same tests — prefer 8-bit unless memory is tight.FastContext-1.0-4B-SFT-8bit in LM Studio (MLX runtime), or:lms get mlx-community/FastContext-1.0-4B-SFT-8bit1uv tool install "mlx-lm==0.29.1" --with "transformers<5" --with "mlx<0.31"
2mlx_lm.server --model mlx-community/FastContext-1.0-4B-SFT-8bit --port 80801export BASE_URL="http://localhost:8080/v1" # or http://localhost:1234/v1 for LM Studio
2export MODEL="mlx-community/FastContext-1.0-4B-SFT-8bit"
3export API_KEY="local"
4export TEMPERATURE=0.6
5export MAX_TOKENS=4000
6
7fastcontext -q "Where is the retry logic for failed API calls?" --citation