nwcs-sh
nwcs-sh
I also want to add that the auto_id values are so high that unmarshalling them to JSON can result in the same ID being shown for multiple records https://github.com/golang/go/issues/5562
I want to add some constructive feedback to this issue. I'm a new milvus user (as of a month) and I have used go-sdk and the python SDK. Three things...
Also running into this issue. Have tried all the way up to v0.2.61, seems like only v0.2.55 is working.
If you set ``` pooling_type=llama_cpp.LLAMA_POOLING_TYPE_NONE, ``` it should work fine. I havent tested builds later than `0.2.68` but that one seems to work fine. I believe `LLAMA_POOLING_TYPE_MEAN` crashes on older...
I believe I am running into this error as well on `v0.2.82`: ``` 2024-07-12 19:13:01.785 | ERROR | __main__:main:175 - NULL pointer access Traceback (most recent call last): File "/app/main.py",...
This bug appears to still be in `v0.2.83` as well
Tested on `v0.2.90` same error: ``` Traceback (most recent call last): File "/app/main.py", line 547, in main() File "/app/main.py", line 141, in main inf = infer(args) File "/app/main.py", line 453,...