Any one has use ColBERT on Windows? having many troubles for me #353
Unanswered
ghuangData
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use ColBERT from Llamaindex on Windows just as a retriever. The code hang at 'Starting...'.
complain about no
segmented_maxsim.cppfile, downloaded from ColBERT github (don't know why it's not included in pip installation)2. Getting errors about no g++ compiler, installed
3. Getting error
pthread.hnot exists error, download fromhttps://github.com/frischzenger/yolo-windows4. Getting more errors trying to compile:
C2131: expression did not evaluate to a constant
C3863: array type 'int64_t [ndocs+1]' is not assignable
C2672: 'std::partial_sum': no matching overloaded function found
seems my compiler is not happy about some of the code in cpp file, however from the commit history, seems it's been 2 years since last change, so I guess the code should be fine, c++ is not my territory.
Any one have any clue? or may be I'm heading to the wrong direction? there should be a way without compiling?
Beta Was this translation helpful? Give feedback.
All reactions