-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* feat: Add Windows Support, closes #22 * ci: GitHub Actions Runner * Update scripts/models.ps1 Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> * Update scripts/build/debug.sh Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> * ci: Create `release.ps1` * ci: Exclude `cl` build on Ubuntu * ci: Remove hardcoded `cl` location * docs: Fix documentation, closes #25 * ci: Build release `llama.cpp` in `release.sh` * fix: Enable WebView 2 * Add `WebView2` NuGet Package * ci: Create run scripts for local testing * fix: Force package installation by script --------- Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
- Loading branch information
1 parent
ad8b792
commit a5d917f
Showing
21 changed files
with
287 additions
and
234 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[submodule "JUCE"] | ||
path = JUCE | ||
url = [email protected]:juce-framework/JUCE.git | ||
[submodule "llama.cpp"] | ||
path = llama.cpp | ||
url = [email protected]:ggerganov/llama.cpp.git | ||
url = https://github.com/ggerganov/llama.cpp.git | ||
[submodule "JUCE"] | ||
path = JUCE | ||
url = https://github.com/juce-framework/JUCE.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.