From bdfd54818edc215a952c83efa4affdc5422eda19 Mon Sep 17 00:00:00 2001 From: Fat Hu Date: Mon, 13 May 2024 00:54:08 +0800 Subject: [PATCH] air_llm: README fix MacOS typo --- air_llm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/air_llm/README.md b/air_llm/README.md index a0277d8..d401ed5 100644 --- a/air_llm/README.md +++ b/air_llm/README.md @@ -164,7 +164,7 @@ When initialize the model, we support the following configurations: ## MacOS -Just install airllm and run the code the same as on linux. See more in [Quick Start](#uickstart). +Just install airllm and run the code the same as on linux. See more in [Quick Start](#quickstart). * make sure you installed [mlx](https://github.com/ml-explore/mlx?tab=readme-ov-file#installation) and torch * you probabaly need to install python native see more [here](https://stackoverflow.com/a/65432861/21230266)