Martin Dengler
Martin Dengler
docs: README.md: source install instructions use pip to avoid google namespace package differences
Avoids this issue: https://github.com/protocolbuffers/protobuf/issues/7877#issuecomment-691371728 Summary: google packages are mixing "native namespace packages" and "eggs that internally use pkg_resources-style packages", causing `ImportError` when people install from source using `python setup.py install`;...
[BUGFIX] Fix AttributeError: module 'numpy' has no attribute 'bool'. (#21165), builds on PR #21223
## Description ## (Complete-er version of PR #21223) `bool` replaces `np.bool`, a deprecated alias for the builtin `bool`; fixes #21165 Bug symptom: Importing `mxnet` with `numpy` 1.20+ results in AttributeError:...
Hi, Just wanted to let you know your repo contains zero-padded file modes: ``` $ git fsck Checking object directories: 100% (256/256), done. warning in tree b463fd564483cc4cca5e506bf6670fd1ce4c84dc: zeroPaddedFilemode: contains zero-padded...
### Issue Description I'm not sure if this is an issue of missing documentation (I can add), my misunderstanding the documentation, or something more technical, but I expect RAG to...