refact icon indicating copy to clipboard operation
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.

Results 113 refact issues
Sort by recently updated
recently updated
newest added

Windows 11 fully updated. WSL2 updated. Docker Desktop for Windows latest , GPU works in docker. nvidia-sli reports the GPU fine. Nvidia Cuda 12.2 Toolkit Newest Nvidia drivers. RTX 3080...

Hello, I noticed a small error: A missing link on the page https://docs.refact.ai/faq/ The question: > Do you have a self-hosted option? Is answered with > Yes. Refact has a...

Llama2 (and Llama-based models) timeout. Other chat models (tested Mistral, Mixtral) respond fine. Below is the snippet of the docker container log capturing when the request is sent from Refact...

I installed refact by Docker in Server and VSCode plugin in client. Everythin works well, except when VSCode plugin try to complete. It is broken by "Cannot reach the server:...

followed the instructions, installed cuda and then ran the docker command as per docs. Error showed: docker: Error response from daemon: failed to create task for container: failed to create...

### TBD Should we add a bearer token check the the endpoint like we do with chat? ### To run add the following to the `lsp.cfg` file ``` { ......

By allowing users to rename their completed runs, they can quickly identify and distinguish between different runs. - Give names to loras when training, "all files", "only python" - what...

improvement

Use latest lora checkpoint for deepseek-coder/5.7b/mqa-base (iter0010-testloss0.683 in this example) ![Image](https://github.com/smallcloudai/refact/assets/140423660/0ce9ae21-13a0-4a6d-99d9-51742c158e28) Try first completion. It's working: ![Image](https://github.com/smallcloudai/refact/assets/140423660/c550c293-f1fc-4af8-9810-78a708c8f23c) Accept completion and press Enter: ![Image](https://github.com/smallcloudai/refact/assets/140423660/08fcc7a5-8a14-49a2-a4e6-4aca600d213e) **Expected result:** Completion is working and generating...