refact
refact copied to clipboard
AI Agent that handles engineering tasks end-to-end: integrates with developers’ tools, plans, executes, and iterates until it achieves a successful result.
Preconditions: Run with a large context or little amount of memory Steps: Start to chat or trigger an auto-completion request in IDE Wait for the system to respond Expected result:...
When selecting a new model, the web GUI shows message "loading model" but there's no progress bar. Only in the container's logs I can see that the layers are being...
I often have to doublecheck if I'm running the newest Refact add to footer, i.e: ``` v1.2.3 Y-M-D ← link to changelog © 2023 Small Magellanic Cloud AI Ltd. ```
MistralAI has unleashed a code model that sets a new benchmark in the performance-to-latency tradeoff for code generation, outperforming previous models commonly employed for coding. [mistralai/Codestral-22B-v0.1](https://huggingface.co/mistralai/Codestral-22B-v0.1)  However, the model...
Dev
install vLLM wheel from PyPI instead of building from Git In Dockerfile.base, replace the Git-based install of vLLM@refact_v0.7.3 with: RUN pip install --no-cache-dir vllm==0.7.3 - Eliminates lengthy source builds and...