Skip to content

Commit

Permalink
adding zephyr 7b (#389)
Browse files Browse the repository at this point in the history
* adding zephyr 7b

* update tokenizer repo
  • Loading branch information
ian-scale authored Nov 27, 2023
1 parent 3c0f168 commit 37814ee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/model_zoo.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Scale hosts the following models in the LLM Engine Model Zoo:
| `codellama-13b-instruct` ||| text-generation-inference, vllm |
| `codellama-34b` ||| text-generation-inference, vllm |
| `codellama-34b-instruct` ||| text-generation-inference, vllm |
| `zephyr-7b-alpha` || | text-generation-inference, vllm |
| `zephyr-7b-beta` || | text-generation-inference, vllm |

## Usage

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@
"codellama-34b-instruct",
"llm-jp-13b-instruct-full",
"llm-jp-13b-instruct-full-dolly",
"zephyr-7b-alpha",
"zephyr-7b-beta",
]
),
LLMInferenceFramework.VLLM: set(
Expand Down Expand Up @@ -154,6 +156,8 @@
"mammoth-coder-llama-2-7b",
"mammoth-coder-llama-2-13b",
"mammoth-coder-llama-2-34b",
"zephyr-7b-alpha",
"zephyr-7b-beta",
]
),
LLMInferenceFramework.LIGHTLLM: set(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ def get_default_supported_models_info() -> Dict[str, ModelInfo]:
"dolly-v2-12b": ModelInfo("databricks/dolly-v2-12b", None),
"stablelm-tuned-7b": ModelInfo("StabilityAI/stablelm-tuned-alpha-7b", None),
"vicuna-13b": ModelInfo("eachadea/vicuna-13b-1.1", None),
"zephyr-7b-alpha": ModelInfo("HuggingFaceH4/zephyr-7b-alpha", None),
"zephyr-7b-beta": ModelInfo("HuggingFaceH4/zephyr-7b-beta", None),
}


Expand Down

0 comments on commit 37814ee

Please sign in to comment.