From e075bd25ea45e92cf3b047fd3c18b6ad4bdc606e Mon Sep 17 00:00:00 2001 From: Aaron Pham <29749331+aarnphm@users.noreply.github.com> Date: Thu, 27 Jul 2023 15:30:56 -0400 Subject: [PATCH] chore: add NousResearch's as non-gated Llama (#152) --- .git-blame-ignore-revs | 1 + DEVELOPMENT.md | 5 +++++ README.md | 18 ++++++++++++------ .../models/llama/configuration_llama.py | 18 ++++++++++++------ 4 files changed, 30 insertions(+), 12 deletions(-) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index e69de29b..f5aef396 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -0,0 +1 @@ +# You can use this file with 'git config blame.ignoreRevsFile .git-blame-ignore-revs' diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index da0de791..8b0630bb 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -153,6 +153,11 @@ To update the snapshot, do the following: hatch run tests:snapshot-models ``` +## Working with Git + +To filter out most of the generated commits for infrastructure, use ``--invert-grep`` in conjunction with ``--grep`` +to filter out all commits with regex `"[generated]"` + ## Releasing a New Version To release a new version, use `./tools/run-release-action`. It requires `gh`, diff --git a/README.md b/README.md index 5b784cc0..a4d99649 100644 --- a/README.md +++ b/README.md @@ -254,12 +254,18 @@ pip install openllm
LlamaForCausalLMmeta-llama/llama-2-70b-chat-hfmeta-llama/llama-2-13b-chat-hfmeta-llama/llama-2-7b-chat-hfmeta-llama/llama-2-70b-hfmeta-llama/llama-2-13b-hfmeta-llama/llama-2-7b-hfmeta-llama/Llama-2-70b-chat-hfmeta-llama/Llama-2-13b-chat-hfmeta-llama/Llama-2-7b-chat-hfmeta-llama/Llama-2-70b-hfmeta-llama/Llama-2-13b-hfmeta-llama/Llama-2-7b-hfNousResearch/llama-2-70b-chat-hfNousResearch/llama-2-13b-chat-hfNousResearch/llama-2-7b-chat-hfNousResearch/llama-2-70b-hfNousResearch/llama-2-13b-hfNousResearch/llama-2-7b-hfopenlm-research/open_llama_7b_v2openlm-research/open_llama_3b_v2openlm-research/open_llama_13b