Skip to content

Conversation

@rmitsch
Copy link
Collaborator

@rmitsch rmitsch commented Jul 10, 2023

Description

Fix OpenLLaMA model names after updates on the corresponding HuggingFace account.

Types of change

Fix.

Checklist

  • I confirm that I have the right to submit this contribution under the project's MIT license.
  • I ran all tests in tests and usage_examples/tests, and all new and existing tests passed. This includes
    • all external tests (i. e. pytest ran with --external)
    • all tests requiring a GPU (i. e. pytest ran with --gpu)
  • My changes don't require a change to the documentation, or if they do, I've added all required information.

@rmitsch rmitsch added bug Something isn't working feat/model Feature: models labels Jul 10, 2023
@rmitsch rmitsch self-assigned this Jul 10, 2023
@rmitsch rmitsch changed the base branch from main to develop July 10, 2023 19:41
@svlandeg
Copy link
Contributor

svlandeg commented Jul 10, 2023

I think we should release this as a bugfix release instead of targeting develop, because the OpenLlama models will remain broken otherwise until 0.5.0, right?

@rmitsch rmitsch changed the base branch from develop to main July 10, 2023 20:37
@rmitsch
Copy link
Collaborator Author

rmitsch commented Jul 10, 2023

I think we should release this as a bugfix release instead of targeting develop, because the OpenLlama models will remain broken otherwise until 0.5.0, right?

Good point.

@rmitsch rmitsch marked this pull request as ready for review July 10, 2023 20:38
@rmitsch rmitsch merged commit a2b033e into main Jul 11, 2023
@svlandeg svlandeg deleted the fix/openllama-model-names branch July 11, 2023 10:15
rmitsch added a commit that referenced this pull request Jul 12, 2023
* Fix regex -> re import. (#205)

* Add 'gpu' marker. (#208)

* Optional authentation verification at init time (#206)

* Add verify_auth param.

* Add _verify_auth() for Cohere and Anthropic.

* Make auth check mandatory again.

* Remove redundant PR.

* Fix OpenLLaMA model names (#209)

* Update PR template. (#207)

* Update OpenLLaMA model names.

* fix model name in documentation (#210)

* Bump version to 0.4.1. (#211)

---------

Co-authored-by: Sofie Van Landeghem <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working feat/model Feature: models

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants