Skip to content

Commit

Permalink
[feat] add more llm backbones
Browse files Browse the repository at this point in the history
  • Loading branch information
dongyuanjushi committed Apr 19, 2024
1 parent 9408e86 commit e83ba6e
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/llm_kernel/llm_config/Meta-Llama-3-70B-Instruct.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"model_type": "causal_lm",
"open_sourced": true,
"model_name": "meta-llama/Meta-Llama-3-70B-Instruct"
}
5 changes: 5 additions & 0 deletions src/llm_kernel/llm_config/Meta-Llama-3-8B-Instruct.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"model_type": "causal_lm",
"open_sourced": true,
"model_name": "meta-llama/Meta-Llama-3-8B-Instruct"
}
5 changes: 5 additions & 0 deletions src/llm_kernel/llm_config/Mixtral-8x22B-Instruct-v0.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"model_type": "causal_lm",
"open_sourced": true,
"model_name": "mistralai/Mixtral-8x22B-Instruct-v0.1"
}
File renamed without changes.

0 comments on commit e83ba6e

Please sign in to comment.