mirror of
				https://github.com/ml-explore/mlx-examples.git
				synced 2025-10-31 10:58:07 +08:00 
			
		
		
		
	Merge pull request #82 from ml-explore/llamav2
llama v2 with sharded weights
This commit is contained in:
		| @@ -14,7 +14,7 @@ For example with Homebrew: | ||||
| brew install git-lfs | ||||
| ``` | ||||
|  | ||||
| Download the models from HuggingFace: | ||||
| Download the models from Hugging Face: | ||||
|  | ||||
| ``` | ||||
| git clone https://huggingface.co/someone13574/mixtral-8x7b-32kseqlen | ||||
| @@ -46,7 +46,7 @@ rm mixtral-8x7b-32kseqlen/*.pth* | ||||
| As easy as: | ||||
|  | ||||
| ``` | ||||
| python mixtral.py --model_path mixtral mixtral-8x7b-32kseqlen/ | ||||
| python mixtral.py --model_path mixtral-8x7b-32kseqlen/ | ||||
| ``` | ||||
|  | ||||
| [^mixtral]: Refer to Mistral's [blog post](https://mistral.ai/news/mixtral-of-experts/) for more details. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Awni Hannun
					Awni Hannun