Skip to content

Commit

Permalink
Add to troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostis-S-Z authored Feb 12, 2025
1 parent 5f83917 commit 75ad89c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,7 @@ If you are on Firefox and have Enhanced Tracking Protection `On`, try turning it
> During the installation of the package, it fails with `ERROR: Failed building wheel for llama-cpp-python`
You are probably missing the `GNU Make` package. A quick way to solve it is run on your terminal `sudo apt install build-essential`

> When running the Streamlit demo app I get: `RuntimeError: Tried to instantiate class '__path__._path', but it does not exist! Ensure that it is registered via torch::class_`
This seems to be an [issue](https://discuss.streamlit.io/t/message-error-about-torch/90886/4) with Streamlit, as of Feb 2025. If the app works fine, you can ignore it for now.

0 comments on commit 75ad89c

Please sign in to comment.