Skip to content

Releases: laelhalawani/gguf_llama

v0.0.18

13 Jan 18:59
88a281e
Compare
Choose a tag to compare
updated reqs (#13)

Co-authored-by: Lael Halawani <lael.halawani.qadev@gmail.com>

v0.0.17

13 Jan 18:51
99c954d
Compare
Choose a tag to compare
Merge pull request #12 from laelhalawani/develop

Update requirements.txt and setup.py versions

v0.0.16

11 Jan 20:35
0f30e90
Compare
Choose a tag to compare

Another significant change in functioning, until version 0.1.0 fix versions don't guarantee api consistency, so treat each version as individual version. And of course this is alpha a lot thigs are still being polished.

in this version we're adjusting mostly documentation after last update

What's Changed

Full Changelog: v0.0.15...v0.0.16

0.0.15

06 Jan 23:09
daf7df7
Compare
Choose a tag to compare

Another significant change in functioning, until version 0.1.0 fix versions don't guarantee api consistency, so treat each version as individual version. And of course this is alpha a lot thigs are still being polished.

With this version we removed input token limit from initialization of the model, it can be set by a dedicated method now as additional guardrail.

v0.0.14

05 Jan 20:30
797568e
Compare
Choose a tag to compare
Merge pull request #8 from laelhalawani/develop

Develop

v0.0.13

04 Jan 01:26
24342d7
Compare
Choose a tag to compare
Merge pull request #5 from laelhalawani/develop

Update requirements.txt and setup.py

v0.0.12

04 Jan 01:17
a871468
Compare
Choose a tag to compare
Merge pull request #4 from laelhalawani/develop

match version to pypi

v.0.0.11

04 Jan 01:14
f52c901
Compare
Choose a tag to compare
Merge pull request #3 from laelhalawani/develop

Update version number in setup.py

v0.0.1

04 Jan 00:58
f2bb101
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release
Merge pull request #1 from laelhalawani/develop

Refactor code for improved performance and readability