Skip to content

Commit 4b94449

Browse files
fix(kleidiai-llm-chatbot): add command to install specific httpx version to resolve compatibility issue
1 parent 1fcd6b4 commit 4b94449

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/learning-paths/servers-and-cloud-computing/pytorch-llama/pytorch-llama-frontend.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ Install the additional packages:
2222
pip3 install openai==1.45.0
2323
```
2424

25+
Roll back httpx to a version before 0.28 to prevent a "proxies" error with Streamlit
26+
```sh
27+
pip3 install httpx==0.27.2
28+
```
29+
2530
### Running LLM Inference Backend Server
2631
Start the LLM Inference Backend Server in a new terminal window:
2732

0 commit comments

Comments
 (0)