Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

add Falcon 40B model support #368

Merged
merged 13 commits into from
Jul 27, 2023
Prev Previous commit
Next Next commit
disable falcon by default
  • Loading branch information
skirodev committed Jul 15, 2023
commit e28e0ef9c4aab6aa74fa411bf83c6fcf2d8aee7c
2 changes: 1 addition & 1 deletion crates/llm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ default = ["models", "tokenizers-remote"]

tokenizers-remote = ["llm-base/tokenizers-remote"]

models = ["llama", "gpt2", "gptj", "bloom", "gptneox", "mpt", "falcon"]
models = ["llama", "gpt2", "gptj", "bloom", "gptneox", "mpt"]
llama = ["dep:llm-llama"]
gpt2 = ["dep:llm-gpt2"]
gptj = ["dep:llm-gptj"]
Expand Down