From 47d888bfbdc5cc99ec714b4b4de3ea98dc8ac258 Mon Sep 17 00:00:00 2001 From: nlmlml <44767094+nlmlml@users.noreply.github.com> Date: Mon, 23 Sep 2024 20:19:50 +0800 Subject: [PATCH] Update README.md --- Cookbook/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cookbook/README.md b/Cookbook/README.md index ae424976..5f41f8a4 100644 --- a/Cookbook/README.md +++ b/Cookbook/README.md @@ -20,7 +20,7 @@ Welcome to the Yi Cookbook! This is your one-stop resource for everything relate | inference, transformers | Utilize Transformers to rapidly run inference with the Yi model. | [Inference_using_transformers.ipynb](./en/opensource/Inference/Inference_using_transformers.ipynb) | | inference, Imdeploy | Experience fast inference with the Yi model through Imdeploy. | [Inference_using_lmdeploy.ipynb](./en/opensource/Inference/Inference_using_lmdeploy.ipynb) | | inference, vllm | Deploy vllm for quick and efficient inference with the Yi model. | [vLLM_Inference_tutorial.ipynb](./en/opensource/Inference/vLLM_Inference_tutorial.ipynb) | -| skypilot | Running Yi with SkyPilot on Your Cloud. | [running_yi_with_skypilot.md](https://github.com/Haijian06/skypilot/tree/master/llm/yi) | +| skypilot | Run Yi with SkyPilot on Your Cloud. | [running_yi_with_skypilot.md](https://github.com/Haijian06/skypilot/tree/master/llm/yi) | | quantization, swift | Learn how to quantize your Yi model using the power of Swift. | [swift-yi-quantization.md](./en/opensource/quantization/swift-yi-quantization.md) | | quantization, autoawq | Explore quantization techniques for the Yi model with autoawq. | [autoawq-yi-quantization.md](./en/opensource/quantization/autoawq-yi-quantization.md) | | quantization, autogptq | Dive into quantizing the Yi model using the autogptq library. | [autogptq-yi-quantization.md](./en/opensource/quantization/autogptq-yi-quantization.md) |