From 55d2d31a7f837a6ce3ec04e4cb155870b1a7f8eb Mon Sep 17 00:00:00 2001 From: Maria Mirkina <64695483+maria-18-git@users.noreply.github.com> Date: Mon, 14 Oct 2024 18:09:00 +0100 Subject: [PATCH] Create README.md for model_pytorch_mixtral_recipe --- model_pytorch_mixtral_recipe/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 model_pytorch_mixtral_recipe/README.md diff --git a/model_pytorch_mixtral_recipe/README.md b/model_pytorch_mixtral_recipe/README.md new file mode 100644 index 0000000..89585a0 --- /dev/null +++ b/model_pytorch_mixtral_recipe/README.md @@ -0,0 +1,12 @@ +# How to download model mixtral with different variants + +## 1. Install rclone: +``` +axs byquery extracted,rclone +``` + +## 2. Download `mixtral` model +``` +time axs byquery downloaded,pytorch_model,model_name=mixtral-8x7b +``` +