Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation fault (core dumped) while running quantizer #353

Open
g1soori opened this issue Jan 16, 2023 · 0 comments
Open

Segmentation fault (core dumped) while running quantizer #353

g1soori opened this issue Jan 16, 2023 · 0 comments

Comments

@g1soori
Copy link

g1soori commented Jan 16, 2023

Describe the bug
I am new to SPTAG and trying to run the "Tutorial" notebook but ran into below segmentation error while running quantizer. Appreciate your help on this.

Environment - Docker on Ubuntu

To Reproduce
Steps to reproduce the behavior:

  1. Create docker image with docker file. Had to use forked branch https://github.com/pabs3/SPTAG/tree/install-to-python-modules-dir from @pabs3 due to build errors on this repo
  2. Bring up docker container and start the notebook and sptag
  3. Run the Tutorial notebook on docs folder of this repo
  4. See error

Error

CompletedProcess(args='/usr/local/bin/quantizer -d 100 -v Float -f DEFAULT -i /mnt/sptag_index/vectors.bin -o quan_doc_vectors.bin -oq quantizer.bin -qt PQQuantizer -qd 50 -ts 1000 -norm false', returncode=139)
Segmentation fault (core dumped)
@g1soori g1soori changed the title Segmentation fault (core dumped) Segmentation fault (core dumped) while running quantizer Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant