diff options
author | abc <98614666+xtekky@users.noreply.github.com> | 2024-08-16 22:25:38 +0200 |
---|---|---|
committer | abc <98614666+xtekky@users.noreply.github.com> | 2024-08-16 22:25:38 +0200 |
commit | 8ef5207a172e0b3251d1d944564d7538f49ca7cc (patch) | |
tree | 833987481b663ecabd14026ee40695f9c172c29b /g4f/models.py | |
parent | Merge pull request #2147 from zukixa/gg (diff) | |
download | gpt4free-8ef5207a172e0b3251d1d944564d7538f49ca7cc.tar gpt4free-8ef5207a172e0b3251d1d944564d7538f49ca7cc.tar.gz gpt4free-8ef5207a172e0b3251d1d944564d7538f49ca7cc.tar.bz2 gpt4free-8ef5207a172e0b3251d1d944564d7538f49ca7cc.tar.lz gpt4free-8ef5207a172e0b3251d1d944564d7538f49ca7cc.tar.xz gpt4free-8ef5207a172e0b3251d1d944564d7538f49ca7cc.tar.zst gpt4free-8ef5207a172e0b3251d1d944564d7538f49ca7cc.zip |
Diffstat (limited to '')
-rw-r--r-- | g4f/models.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/g4f/models.py b/g4f/models.py index b6b54792..b6c5fd14 100644 --- a/g4f/models.py +++ b/g4f/models.py @@ -508,6 +508,9 @@ class ModelUtils: 'llama-3-70b-instruct': llama_3_70b_instruct, 'llama-3-70b-chat': llama_3_70b_chat_hf, 'llama-3-70b-instruct': llama_3_70b_instruct, + + 'llama-3.1-70b': llama_3_1_70b_instruct, + 'llama-3.1-405b': llama_3_1_405b_instruct_FP8, 'llama-3.1-70b-instruct': llama_3_1_70b_instruct, 'llama-3.1-405b-instruct': llama_3_1_405b_instruct_FP8, |