Fardjad Davari
Fardjad Davari
I am currently starting Colima on macOS with a little wrapper script: https://gist.github.com/fardjad/a83c30b9b744b9612d793666f28361a5#file-how-to-start-colima-automatically-on-macos-md The script does the following: 1. Starts Colima and keeps retrying until it succeeds. 2. It waits...
I just ran into a more problematic scenario. The following schema: ```json { "properties": { "deletedBy": { "enum": [ "user", "api-key", "service" ], "type": "string" }, "updatedBy": { "enum": [...
I'm afraid that is not the case. Before you updated the version of llama.cpp, I couldn't run my example (with or without setting useMmap). Now it doesn't crash, but it...
The docker image [defaults to UID 1001](https://github.com/ansible-semaphore/semaphore/blob/30f8c5a7fa5fdd52df056268e96255dfc8b53dae/deployment/docker/prod/Dockerfile#L29). With the following in `docker-compose.yml`: ``` services: semaphore: ports: - 3000:3000 image: semaphoreui/semaphore:latest environment: SEMAPHORE_DB_DIALECT: bolt SEMAPHORE_ADMIN_PASSWORD: changeme SEMAPHORE_ADMIN_NAME: admin SEMAPHORE_ADMIN_EMAIL: admin@localhost SEMAPHORE_ADMIN:...
I took a different approach (instead of forking the project) and built a GitHub Actions workflow that checks for new releases of Keel every day and builds a multi-arch (amd64...
Yes and that's okay. It will eventually support it: https://github.com/withcatai/node-llama-cpp/issues/123 Looks it will be done in short-term: https://github.com/withcatai/node-llama-cpp/pull/128#issuecomment-1867641654 So for now it could just return an empty array or a...