generate binary dependencies based on GOARCH on macos (#459)

This commit is contained in:
Jeffrey Morgan
2023-09-05 12:53:57 -04:00
committed by GitHub
parent adaa13088b
commit 7fa6e51686
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,6 @@
//go:build !darwin
// +build !darwin
package llm
//go:generate git submodule init