Skip to content

Commit 02ce008

Browse files
authored
Update README.md
1 parent 03f6a98 commit 02ce008

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

wheel_archives/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ Wheel Archives: `llmware` pip install from pypy
88
1. Download a selected wheel, unzip, and then deploy the code directly into a project. (Only selected wheels kept in the archive - raise an issue if there is a particular wheel you are looking for - and we can post by request.)
99
2. Place the wheel archive in a folder, and in that folder path, run:
1010

11-
```pip3 install llmware-0.3.4-py3-none-any.whl```
11+
```pip3 install llmware-0.3.5-py3-none-any.whl```
1212

1313
New wheels are built generally on PyPy on a weekly basis and updated on PyPy versioning. The development repo is updated
1414
and current at all times, but may have updates that are not yet in the PyPy wheel.
1515

1616
All wheels are built and tested on:
1717

1818
1. Mac Metal (M1+)
19-
2. Windows x86 (+ with CUDA)
20-
3. Linux x86 (+ with CUDA) - most testing on Ubuntu 22 and Ubuntu 20 - which are recommended.
21-
4. Mac x86 (see 0.2.11 note below)
22-
5. Linux aarch64* (see 0.2.7 note below)
19+
2. Windows x86 (Intel + with CUDA)
20+
3. Linux x86 (Intel + with CUDA) - most testing on Ubuntu 22 and Ubuntu 20 - which are recommended.
2321

2422
**Release Notes**
2523

26-
--**0.3.3 and 0.3.4** - released in July 2024 - continued improvements in the model lifecycle architecture and configurations, providing more options around the BaseModel class as the foundation with the ability to manage key steps in the loading, instantiation and inferencing lifecycle across different model classes and types.
24+
-**0.3.5 and 0.3.6** - released in Aug/Sept 2024 - streamlining pip package - removing older deprecated platform support for Linux aarch64 and Mac x86 - removing from the repository as well by early October. If someone needs deprecated/limited support, then the binaries are available, and can either be provided by request, or through pulling older pip versions, e.g., Linux aarch64 (version before 0.2.7) and Mac x86 (version before 0.2.11).
25+
26+
--**0.3.3 and 0.3.4** - released in July 2024 - continued improvements in the model lifecycle architecture and configurations, providing more options around the BaseModel class as the foundation with the ability to manage key steps in the loading, instantiation and inferencing lifecycle across different model classes and types.
2727

2828
--**0.3.2** released in the week of June 29, 2024 - enhanced entry points into both pdf and office parser for providing more text chunking configuration options for a 'one file' in memory parse - extends to provide the same options as multi-document, db-based parse.
2929

0 commit comments

Comments
 (0)