Skip to content

Commit 1d94548

Browse files
authored
Merge pull request #1895 from gabrieldpeterson/fix/kleidiai-llm-chatbot-httpx-version
fix(kleidiai-llm-chatbot): add command to install specific httpx vers…
2 parents f6b9d92 + 4b94449 commit 1d94548

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)