forked from ahenzinger/tiptoe
-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I am getting an error when running the test search on Baskerville.
I have set up an interactive job with 2 GPUs to access more memory.
I set the following:
export PATH=$PATH:/bask/projects/v/vjgo8416-co-beagle/software/go/go/bin
module load bask-apps/live
module load GCC/11.3.0
export CGO_CXXFLAGS="-I/bask/projects/v/vjgo8416-co-beagle/software/include/SEAL-4.1 -I/bask/projects/v/vjgo8416-co-beagle/software/SEAL/native/src -I/bask/projects/v/vjgo8416-co-beagle/software/SEAL/build"
export CGO_LDFLAGS="-L/bask/projects/v//vjgo8416-co-beagle/software/lib64 -lseal-4.1"
On Baskerville, I have run the following:
go run . --search_config /bask/projects/v/vjgo8416-co-beagle/arc-tiptoe/configs/distilbert_config_post_embeddings_search_config.json all-servers
And get this error:
panic: No chunks given
goroutine 349 [running]:
github.com/ahenzinger/tiptoe/search/packing.PackChunks({0xeb98c0?, 0xc000112028?, 0xaa3a57?}, 0x21?)
/bask/homes/q/qcax1583/vjgo8416-co-beagle/arc-tiptoe/search/packing/packing.go:77 +0x4e8
github.com/ahenzinger/tiptoe/search/database.BuildEmbeddingsDatabase(0xc000e8a620, 0xc000112028?, 0xaac81a?, 0xc00017c320)
/bask/homes/q/qcax1583/vjgo8416-co-beagle/arc-tiptoe/search/database/build_database.go:97 +0xb3
github.com/ahenzinger/tiptoe/search/protocol.(*Server).preprocessEmbeddingsSeeded(0xc00171c120, 0xc000e8a620, 0xc0001d4170, 0x1f4, 0xc00017c320)
/bask/homes/q/qcax1583/vjgo8416-co-beagle/arc-tiptoe/search/protocol/server.go:54 +0xf2
github.com/ahenzinger/tiptoe/search/protocol.(*Server).PreprocessEmbeddingsFromCorpus(0xc00171c120, 0xc000e8a620, 0x1f4, 0xc00017c320)
/bask/homes/q/qcax1583/vjgo8416-co-beagle/arc-tiptoe/search/protocol/server.go:44 +0x45
github.com/ahenzinger/tiptoe/search/protocol.NewEmbeddingServers.func1(0x0?, 0x0?)
/bask/homes/q/qcax1583/vjgo8416-co-beagle/arc-tiptoe/search/protocol/server.go:132 +0x1b
github.com/ahenzinger/tiptoe/search/protocol.launchServersFromLogs.func3(0x9)
/bask/homes/q/qcax1583/vjgo8416-co-beagle/arc-tiptoe/search/protocol/server.go:265 +0x114
created by github.com/ahenzinger/tiptoe/search/protocol.launchServersFromLogs in goroutine 1
/bask/homes/q/qcax1583/vjgo8416-co-beagle/arc-tiptoe/search/protocol/server.go:262 +0x265
exit status 2
Metadata
Metadata
Assignees
Labels
No labels