Skip to content

Releases: ssoudan/sapiens

sapiens_tools v0.9.0

17 May 23:38
a6639bd
Compare
Choose a tag to compare

Chore

  • bump serde from 1.0.162 to 1.0.163
    Bumps serde from 1.0.162 to 1.0.163.


    updated-dependencies:

    • dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
      ...

New Features

  • allow dependabot-triggered CI to complete successfully - take 2
  • allow dependabot-triggered CI to complete successfully

Commit Statistics

  • 5 commits contributed to the release over the course of 6 calendar days.
  • 6 days passed between releases.
  • 3 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Merge pull request #19 from ssoudan/dependabot/cargo/serde-1.0.163 (d6497e5)
    • Bump serde from 1.0.162 to 1.0.163 (099c611)
    • Allow dependabot-triggered CI to complete successfully - take 2 (34bf58b)
    • Merge pull request #20 from ssoudan/for_dependabot (accf76c)
    • Allow dependabot-triggered CI to complete successfully (2bff729)

sapiens_exp v0.7.0

17 May 23:38
a6639bd
Compare
Choose a tag to compare

Chore

  • bump serde from 1.0.162 to 1.0.163
    Bumps serde from 1.0.162 to 1.0.163.


    updated-dependencies:

    • dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
      ...

New Features (BREAKING)

  • support for Palm chat-bison-001

Commit Statistics

  • 4 commits contributed to the release over the course of 6 calendar days.
  • 6 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Merge pull request #24 from ssoudan/more_steps (e28fdf3)
    • Support for Palm chat-bison-001 (14eb667)
    • Merge pull request #19 from ssoudan/dependabot/cargo/serde-1.0.163 (d6497e5)
    • Bump serde from 1.0.162 to 1.0.163 (099c611)

sapiens_cli v0.8.0

17 May 23:38
a6639bd
Compare
Choose a tag to compare

New Features (BREAKING)

  • support for Palm chat-bison-001

Commit Statistics

  • 2 commits contributed to the release.
  • 6 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Merge pull request #24 from ssoudan/more_steps (e28fdf3)
    • Support for Palm chat-bison-001 (14eb667)

sapiens_bot v0.7.0

17 May 23:38
a6639bd
Compare
Choose a tag to compare

New Features

  • support for Palm chat-bison-001 in the bot

Commit Statistics

  • 2 commits contributed to the release.
  • 6 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Merge pull request #24 from ssoudan/more_steps (e28fdf3)
    • Support for Palm chat-bison-001 in the bot (72ce17a)

sapiens v0.9.0

17 May 23:38
a6639bd
Compare
Choose a tag to compare

Chore

  • bump serde from 1.0.162 to 1.0.163
    Bumps serde from 1.0.162 to 1.0.163.


    updated-dependencies:

    • dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
      ...

New Features

  • making room for GCP's generative models

New Features (BREAKING)

  • support for Palm chat-bison-001

Commit Statistics

  • 5 commits contributed to the release over the course of 6 calendar days.
  • 6 days passed between releases.
  • 3 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Merge pull request #24 from ssoudan/more_steps (e28fdf3)
    • Support for Palm chat-bison-001 (14eb667)
    • Making room for GCP's generative models (69247eb)
    • Merge pull request #19 from ssoudan/dependabot/cargo/serde-1.0.163 (d6497e5)
    • Bump serde from 1.0.162 to 1.0.163 (099c611)

sapiens_tools v0.8.0

11 May 02:43
a18acd9
Compare
Choose a tag to compare

Chore

  • update
  • renaming of fields to match the new visible names (tool_name, parameters)
  • badges, docs.rs links, ...

Commit Statistics

  • 4 commits contributed to the release over the course of 5 calendar days.
  • 5 days passed between releases.
  • 3 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Update (37fe5c5)
    • Merge pull request #16 from ssoudan/decoupling (981d4d4)
    • Renaming of fields to match the new visible names (tool_name, parameters) (c46990f)
    • Badges, docs.rs links, ... (2566195)

sapiens_exp v0.6.0

11 May 02:43
a18acd9
Compare
Choose a tag to compare

Chore

  • update
  • renaming of fields to match the new visible names (tool_name, parameters)
  • badges, docs.rs links, ...

New Features

  • support for Vicuna 7B 1.1 and 13B 1.1- not too impressive at this point

Chore (BREAKING)

  • moved the LM to a single place

New Features (BREAKING)

  • collect initial prompt in the traces as well - so we can build a proper dataset from them later on

Commit Statistics

  • 7 commits contributed to the release over the course of 5 calendar days.
  • 5 days passed between releases.
  • 6 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Update (37fe5c5)
    • Merge pull request #16 from ssoudan/decoupling (981d4d4)
    • Support for Vicuna 7B 1.1 and 13B 1.1- not too impressive at this point (eed2b7c)
    • Collect initial prompt in the traces as well - so we can build a proper dataset from them later on (1113924)
    • Renaming of fields to match the new visible names (tool_name, parameters) (c46990f)
    • Moved the LM to a single place (46bd185)
    • Badges, docs.rs links, ... (2566195)

sapiens_derive v0.4.2

11 May 02:43
a18acd9
Compare
Choose a tag to compare

Chore

  • renaming of fields to match the new visible names (tool_name, parameters)
  • badges, docs.rs links, ...

Commit Statistics

  • 3 commits contributed to the release over the course of 5 calendar days.
  • 5 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Merge pull request #16 from ssoudan/decoupling (981d4d4)
    • Renaming of fields to match the new visible names (tool_name, parameters) (c46990f)
    • Badges, docs.rs links, ... (2566195)

sapiens_cli v0.7.0

11 May 02:43
a18acd9
Compare
Choose a tag to compare

Chore

  • update
  • badges, docs.rs links, ...

New Features

  • support for Vicuna 7B 1.1 and 13B 1.1- not too impressive at this point

Chore (BREAKING)

  • moved the LM to a single place

Commit Statistics

  • 5 commits contributed to the release over the course of 5 calendar days.
  • 5 days passed between releases.
  • 4 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Update (37fe5c5)
    • Merge pull request #16 from ssoudan/decoupling (981d4d4)
    • Support for Vicuna 7B 1.1 and 13B 1.1- not too impressive at this point (eed2b7c)
    • Moved the LM to a single place (46bd185)
    • Badges, docs.rs links, ... (2566195)

sapiens_bot v0.6.0

11 May 02:43
a18acd9
Compare
Choose a tag to compare

Chore

  • badges, docs.rs links, ...

Chore (BREAKING)

  • moved the LM to a single place

Commit Statistics

  • 3 commits contributed to the release over the course of 5 calendar days.
  • 5 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Merge pull request #16 from ssoudan/decoupling (981d4d4)
    • Moved the LM to a single place (46bd185)
    • Badges, docs.rs links, ... (2566195)