Skip to content

Commit

Permalink
fix missing embed for amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
gorkem committed Apr 30, 2024
1 parent c2f664e commit 83eb8ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/platform-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

## install build dependencies for frontend generation
- name: Install Node.js
uses: actions/setup-node@v4
Expand Down
3 changes: 3 additions & 0 deletions pkg/lib/harness/llm_payload_darwin_amd64.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ import "embed"

//go:embed llama.cpp/build/darwin/x86_64/*/bin/*
var serverEmbed embed.FS

//go:embed ui.tar.gz
var uiEmbed embed.FS

0 comments on commit 83eb8ad

Please sign in to comment.