Pre-checks
What happened?
Attempting to build the runner with go 1.26.2 in `nexa-sdk/runner` I get:
$ make
go build -ldflags "-s -w" -o build/nexa ./cmd/nexa-launcher
go build -tags="sonic avx" -ldflags "-X 'main.Version=' -s -w" -o build/nexa-cli ./cmd/nexa-cli
# github.com/bytedance/sonic/internal/rt
../../../go/pkg/mod/github.com/bytedance/sonic@v1.14.2/internal/rt/stubs.go:33:22: undefined: GoMapIterator
../../../go/pkg/mod/github.com/bytedance/sonic@v1.14.2/internal/rt/stubs.go:36:54: undefined: GoMapIterator
make: *** [Makefile:38: build] Error 1
Steps to reproduce
1. Clone the repo
2. run `make download` to fetch the binary blobs
3. run `make`
Logs & stack traces
zyga@thinkpad-t14-1:~/Dokumenty/nexa-sdk/runner$ LANG=C make
go build -ldflags "-s -w" -o build/nexa ./cmd/nexa-launcher
go build -tags="sonic avx" -ldflags "-X 'main.Version=' -s -w" -o build/nexa-cli ./cmd/nexa-cli
# github.com/bytedance/sonic/internal/rt
../../../go/pkg/mod/github.com/bytedance/sonic@v1.14.2/internal/rt/stubs.go:33:22: undefined: GoMapIterator
../../../go/pkg/mod/github.com/bytedance/sonic@v1.14.2/internal/rt/stubs.go:36:54: undefined: GoMapIterator
make: *** [Makefile:38: build] Error 1
Model(s) and quantization
NexaSDK version
N/A (git 1915274)
Install method
source
OS and version
Ubuntu 26.04
Hardware / accelerator
Snapdragon X Elite
Additional context
Pre-checks
What happened?
Steps to reproduce
Logs & stack traces
Model(s) and quantization
NexaSDK version
N/A (git 1915274)
Install method
source
OS and version
Ubuntu 26.04
Hardware / accelerator
Snapdragon X Elite
Additional context