feat(model): Support llama-3-sqlcoder-8b (#1559)

This commit is contained in:
Fangyin Cheng
2024-05-25 17:26:04 +08:00
committed by GitHub
parent 83d7e9d82d
commit 82ed4611a5
2 changed files with 15 additions and 0 deletions

View File

@@ -197,6 +197,7 @@ LLM_MODEL_CONFIG = {
"phi-3-small-8k-instruct": os.path.join(MODEL_PATH, "Phi-3-small-8k-instruct"),
"phi-3-mini-128k-instruct": os.path.join(MODEL_PATH, "Phi-3-mini-128k-instruct"),
"phi-3-mini-4k-instruct": os.path.join(MODEL_PATH, "Phi-3-mini-4k-instruct"),
"llama-3-sqlcoder-8b": os.path.join(MODEL_PATH, "llama-3-sqlcoder-8b"),
}
EMBEDDING_MODEL_CONFIG = {