Skip to content

Commit c7e8d84

Browse files
Remove pyreadline3 + tweaks
1 parent 4e980d0 commit c7e8d84

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

content/learning-paths/servers-and-cloud-computing/onnx/chatbot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ if __name__ == "__main__":
143143
run(args)
144144
```
145145

146-
## Run the Server
146+
## Run the server
147147

148148
You’re now ready to run the chatbot server.
149149

content/learning-paths/servers-and-cloud-computing/onnx/setup.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,7 @@ Use a file editor of your choice and create a `requirements.txt` file with the P
4646
transformers
4747
accelerate
4848
huggingface-hub
49-
pyreadline3
5049
```
51-
{{% notice Note %}}
52-
`pyreadline3` is typically used on Windows systems. You can safely omit it on Linux.
53-
{{% /notice %}}
54-
5550

5651
## Install Python dependencies
5752

@@ -86,7 +81,7 @@ Ensure you're using Python 3.12 to match the cp312 wheel format.
8681

8782
This build includes optimizations from Kleidi AI for efficient inference on Arm CPUs.
8883

89-
## Download and quantize the Model
84+
## Download and quantize the model
9085

9186
Navigate to your home directory. Now download the quantized model using `huggingface-cli`:
9287
```bash

0 commit comments

Comments
 (0)