Bernhard Merkle
Bernhard Merkle
**Describe the bug** depending on @koreyspace feedback, this issue might be split into several issues. there are a few problems in notebook-rag-vector-databases.ipynb I have already prepared a PR and fixes...
**Describe the bug** before tackling #591 I would like to fix a few bugs in the transcript_enrich*.py scripts. This is a issue for all the 5 scripts which are present...
**Is your feature request related to a problem? Please describe.** for chapter 04 and 06 the pip install tiktoken is missing. Should we add this to the docs ? We...
**Is your feature request related to a problem? Please describe.** most chapters use openai 1.x, where chapter 08 is still using openai 0.28. This requires to have multiple .venvs or...
there is a problem when checking out on windows because Jotto.ipynb is also used in lower cases only. Problem: git clone .... warning: the following paths have collided (e.g. case-sensitive...
fix for https://github.com/norvig/pytudes/issues/131
- python>=3.9 - cmake>=3.22 - clang>=18 on windows use the msvc-clang (>=17) fix https://github.com/microsoft/BitNet/issues/34
- add generated files to .gitignore - removed empty loops and commented out for for memory handling - added call to free to avoid memory leak
The readme states some requirements about python, cmake and clang version. Currently the install/build process does not check if the clang version requirement is satisfied and ubuntu e.g. come with...