Skip to content
Snippets Groups Projects
Commit 4657a46e authored by jbreton's avatar jbreton
Browse files

add miqu model

parent dafc5c2f
Branches
No related tags found
No related merge requests found
...@@ -168,7 +168,10 @@ models/Fine-tuned_Mixtral-8x7b/* ...@@ -168,7 +168,10 @@ models/Fine-tuned_Mixtral-8x7b/*
!models/Fine-tuned_Mixtral-8x7b/.gitkeep !models/Fine-tuned_Mixtral-8x7b/.gitkeep
models/Fine-tuned_Mistral-7B/* models/Fine-tuned_Mistral-7B/*
!models/Fine-tuned_Mistral-7B/.gitkeep !models/Fine-tuned_Mistral-7B/.gitkeep
models/Miqu-1-70b/*
!models/Miqu-1-70b/.gitkeep
modules/llm/Mixtral-8x7b/results/* modules/llm/Mixtral-8x7b/results/*
modules/llm/Mixtral-8x7b/.lock_preprocessing modules/llm/Mixtral-8x7b/.lock_preprocessing
modules/llm/Mistral-7b/results/* modules/llm/Mistral-7b/results/*
modules/llm/Miqu-1-70b/results/*
from huggingface_hub import snapshot_download from huggingface_hub import snapshot_download
#snapshot_download(repo_id="mistralai/Mixtral-8x7B-Instruct-v0.1", cache_dir="../temp", local_dir="./Mixtral-8x7B-Instruct-v0.1") #snapshot_download(repo_id="mistralai/Mixtral-8x7B-Instruct-v0.1", cache_dir="../temp", local_dir="./Mixtral-8x7B-Instruct-v0.1")
snapshot_download(repo_id="mistralai/Mistral-7B-Instruct-v0.2", cache_dir="../temp", local_dir="./Mistral-7B-Instruct-v0.2") #snapshot_download(repo_id="mistralai/Mistral-7B-Instruct-v0.2", cache_dir="../temp", local_dir="./Mistral-7B-Instruct-v0.2")
\ No newline at end of file snapshot_download(repo_id="152334H/miqu-1-70b-sf", cache_dir="../temp", local_dir="./Miqu-1-70b")
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment