Sumer Singh

Results 7 issues of Sumer Singh

how can i build it to deploye on my ARM server

### New Issue Checklist - [ yes] I have searched for a similar issue in the [project](https://github.com/flutterchina/dio/issues) and found none ### Issue Info | Info | Value | | |...

how to add support for 9anime.at coz 9anime.to is blocked on my internet

i was lookin to use this in my project with windows app but. how to use this with windows

stablecode.bin => TheBloke/stablecode-instruct-alpha-3b-GGML from the [model.md](https://github.com/ravenscroftj/turbopilot/blob/main/MODELS.md) . ├── models │ ├── readme.txt │ └── stablecode.bin ![image](https://github.com/ravenscroftj/turbopilot/assets/82924076/d041659f-99c9-4979-88f0-c8e7e2c1cd99) Hardware Amd r5 7600x , 32gb ram Rtx 3060 12Gb CUDA 12.2 Windows 11...

i use this with caprover so i can run this with docker NOTE :- change wget url as reuired for amd or arm server ``` FROM alpine:latest # Install dependencies...

FROM alpine:latest # Install dependencies RUN apk update && apk add --no-cache wget # Download script RUN wget https://github.com/layou233/NeverIdle/releases/download/0.1/NeverIdle-linux-arm64 -O /usr/local/bin/NeverIdle # Change file permission RUN chmod 777 /usr/local/bin/NeverIdle #...