File size: 462 Bytes
be801ed |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
#https://huggingface.co/spaces/MisterAI/GenDoc_05
#/home/user/llm/list_llm.py_01
# Liste des modèles de texte et d'image
TEXT_MODELS = {
# "Mistral Nemo 2407 (GGUF)": "MisterAI/Bartowski_MistralAI_Mistral-Nemo-Instruct-2407-IQ4_XS.gguf",
# "Mixtral 8x7B": "mistralai/Mixtral-8x7B-v0.1",
# "Lucie 7B": "OpenLLM-France/Lucie-7B"
}
IMAGE_MODELS = {
"FLUX.1": "black-forest-labs/FLUX.1-schnell",
"ArtifyAI": "ImageInception/ArtifyAI-v1.1"
}
|