Skip to content

Commit a5bb3e2

Browse files
(typo):-Made some corrections with documentation
I have made some corrections to your repository to help clarify certain aspects. These improvements aim to enhance the overall understanding and usability of the project. I hope they contribute positively to your work!
1 parent 5d086f7 commit a5bb3e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ Alternatively, if you prefer to complete setup without the welcome automation sc
731731

732732
1. **install requirements.txt** - inside the /llmware path - e.g., ```pip3 install -r llmware/requirements.txt```
733733

734-
2. **Install requirements_extras.txt** - inside the /llmware path (e.g., ```pip3 install -r llmware/requirements_extras.txt```).Depending upon your use case, you may not need all or any of these installs, but some of these will be used in the examples.
734+
2. **install requirements_extras.txt** - inside the /llmware path - e.g., ```pip3 install -r llmware/requirements_extras.txt```(Depending upon your use case, you may not need all or any of these installs, but some of these will be used in the examples.)
735735

736736
3. **run examples** - copy one or more of the example .py files into the root project path. (We have seen several IDEs that will attempt to run interactively from the nested /example path, and then not have access to the /llmware module - the easy fix is to just copy the example you want to run into the root path).
737737

@@ -836,7 +836,7 @@ Questions and discussions are welcome in our [github discussions](https://github
836836

837837
See also [additional deployment/install release notes in wheel_archives](https://github.com/llmware-ai/llmware/tree/main/wheel_archives)
838838

839-
**Sunday, October 6th - v0.3.7**
839+
**Sunday, October 6 - v0.3.7**
840840
- Added new model class - OVGenerativeModel - to support the use of models packaged in OpenVino format
841841
- Added new model class - ONNXGenerativeModel - to support use of models packaged in ONNX format
842842
- Getting started with [OpenVino example](https://github.com/llmware-ai/llmware/blob/main/examples/Models/using_openvino_models.py)

0 commit comments

Comments
 (0)