We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
colab 上执行memorylist 报错如下:
frames /usr/local/lib/python3.10/dist-packages/memorag/memorag_lite.py in adapt_batch_size(self) 168 batch_size = bs 169 break --> 170 return batch_size 171 172 def memorize( UnboundLocalError: local variable 'batch_size' referenced before assignment
貌似batch size 未定义
The text was updated successfully, but these errors were encountered:
您是在没有gpu的环境运行吗? 如果是CPU的话,这里有点问题,我尽快修复一下
Sorry, something went wrong.
gpu环境
No branches or pull requests
colab 上执行memorylist 报错如下:
frames /usr/local/lib/python3.10/dist-packages/memorag/memorag_lite.py in adapt_batch_size(self) 168 batch_size = bs 169 break --> 170 return batch_size 171 172 def memorize( UnboundLocalError: local variable 'batch_size' referenced before assignment
貌似batch size 未定义
The text was updated successfully, but these errors were encountered: