"vscode:/vscode.git/clone" did not exist on "d3f6736e0a1522a42916d0ed7fc819a6011d8f11"
- 10 Jul, 2024 2 commits
-
-
Jeffrey Morgan authored
-
Daniel Hiltgen authored
This also adjusts our algorithm to favor our bundled ROCm. I've confirmed VRAM reporting still doesn't work properly so we can't yet enable concurrency by default.
-
- 08 Jul, 2024 1 commit
-
-
Daniel Hiltgen authored
Enable the build flag for llama.cpp to use CPU copy for multi-GPU scenarios.
-
- 06 Jul, 2024 5 commits
-
-
Jeffrey Morgan authored
-
jmorganca authored
-
jmorganca authored
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
* Revert "fix cmake build (#5505)" This reverts commit 4fd5f352. * llm: fix missing dylibs by restoring old build behavior * crlf -> lf
-
- 05 Jul, 2024 2 commits
-
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
- 17 Jun, 2024 4 commits
-
-
Daniel Hiltgen authored
nvcc supports parallelism (threads) and cmake + make can use -j, while msbuild requires /p:CL_MPcount=8
-
Daniel Hiltgen authored
This reverts commit 0577af98.
-
Daniel Hiltgen authored
We update the PATH on windows to get the CLI mapped, but this has an unintended side effect of causing other apps that may use our bundled DLLs to get terminated when we upgrade.
-
Jeffrey Morgan authored
* llm: update llama.cpp submodule to `7c26775` * disable `LLAMA_BLAS` for now * `-DLLAMA_OPENMP=off`
-
- 15 Jun, 2024 1 commit
-
-
Daniel Hiltgen authored
Make the build faster
-
- 07 Jun, 2024 1 commit
-
-
Daniel Hiltgen authored
This follows the same pattern for cuda and rocm to allow disabling the build even when we detect the dependent libraries
-
- 31 May, 2024 1 commit
-
-
Jeffrey Morgan authored
-
- 24 May, 2024 1 commit
-
-
Wang,Zhe authored
-
- 15 May, 2024 1 commit
-
-
Daniel Hiltgen authored
Windows already implements these, carry over to linux.
-
- 27 Apr, 2024 2 commits
-
-
Hernan Martinez authored
-
Hernan Martinez authored
-
- 26 Apr, 2024 5 commits
-
-
Daniel Hiltgen authored
This will speed up CI which already tries to only build static for unit tests
-
Daniel Hiltgen authored
-
Daniel Hiltgen authored
-
Daniel Hiltgen authored
-
Daniel Hiltgen authored
This will make it simpler for CI to accumulate artifacts from prior steps
-
- 25 Apr, 2024 1 commit
-
-
Roy Yang authored
-
- 23 Apr, 2024 1 commit
-
-
Daniel Hiltgen authored
Now that the llm runner is an executable and not just a dll, more users are facing problems with security policy configurations on windows that prevent users writing to directories and then executing binaries from the same location. This change removes payloads from the main executable on windows and shifts them over to be packaged in the installer and discovered based on the executables location. This also adds a new zip file for people who want to "roll their own" installation model.
-
- 21 Apr, 2024 1 commit
-
-
Jeremy authored
Fixed improper env references
-
- 18 Apr, 2024 3 commits
- 17 Apr, 2024 4 commits
- 09 Apr, 2024 2 commits
-
-
Blake Mizerany authored
-
Blake Mizerany authored
This commit introduces a more friendly way to build Ollama dependencies and the binary without abusing `go generate` and removing the unnecessary extra steps it brings with it. This script also provides nicer feedback to the user about what is happening during the build process. At the end, it prints a helpful message to the user about what to do next (e.g. run the new local Ollama).
-
- 07 Apr, 2024 1 commit
-
-
Jeffrey Morgan authored
update generate scripts with new `LLAMA_CUDA` variable, set `HIP_PLATFORM` to avoid compiler errors (#3528)
-
- 04 Apr, 2024 1 commit
-
-
Daniel Hiltgen authored
-