-
Notifications
You must be signed in to change notification settings - Fork 11
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
OSError: failed to fill whole buffer #19
Comments
Hi, |
I check the datastore and find a segmentation fault |
when I limit the num of dataset=100 ,it's ok. ╭─ /mnt/gefei/REST/datastore main !2 ?3 ·················································································································································································································································································· 5s rest root@4514c07d970b 12:47:36 Could this be related to how my image was created? |
Hi, Hope these changes may fix the bug. If you have any further questions, please feel free to contact me. |
Thanks!I have fixed the bug ! |
Hi, when I try to use deepseek-coder-6.7b-base to construct the datastore for code-related tasks, I also encounter the segmentation fault. However, the vocab size of deepseek-coder-6.7b-base is 32000, which is smaller than 65535. How can I resolve this problem? Thank you! |
Hi, I've change the code |
when I initialize draftretriever.Reader, I meet this error.
python3 gen_model_answer_rest.py
loading the datastore ...
Traceback (most recent call last):
File "/mnt/gefei/REST/llm_judge/gen_model_answer_rest.py", line 493, in
run_eval(
File "/mnt/gefei/REST/llm_judge/gen_model_answer_rest.py", line 135, in run_eval
datastore = draftretriever.Reader(
File "/root/anaconda3/envs/rest/lib/python3.9/site-packages/draftretriever/init.py", line 43, in init
self.reader = draftretriever.Reader(
OSError: failed to fill whole buffer
The text was updated successfully, but these errors were encountered: