Philip Barcelon
Results
2
issues of
Philip Barcelon
When running the second cell of `notebooks\02. Generation.ipynb` in a `Python 3.8.10` venv, I get the following error: ``` ModuleNotFoundError Traceback (most recent call last) File c:\Users\prbar\source\repos\edu\llm-apps-course\venv\lib\site-packages\wandb\vendor\watchdog_0_9_0\wandb_watchdog\observers\__init__.py:90 89 try: --->...
Hi, I wanted to use Ollama as my local LLM, but I'm hosting it in a different docker container than my app. When I try to connect to Ollama from...