From 1753148be60b5471ed9ecf2b9b7304c706c4b57e Mon Sep 17 00:00:00 2001 From: Haijian Wang <130898843+Haijian06@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:53:49 +0800 Subject: [PATCH] Update README.md --- Cookbook/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cookbook/README.md b/Cookbook/README.md index ded26e73..0688f4db 100644 --- a/Cookbook/README.md +++ b/Cookbook/README.md @@ -16,11 +16,11 @@ Welcome to the Yi Cookbook! This is your one-stop resource for everything relate | Category | Description | Notebook, Markdown | |:----------------------------|:-----------------------------|:--------------------------------------------------------------------------------------------------------------------------| -| infernce, swift | Perform efficient inference with the Yi model using Swift. | [Inference_using_swift.ipynb](./en/opensource/Inference/Inference_using_swift.ipynb) | -| infernce, transformers | Utilize Transformers to rapidly infer the Yi model. | [Inference_using_transformers.ipynb](./en/opensource/Inference/Inference_using_transformers.ipynb) | -| infernce, Imdeploy | Experience fast inference with the Yi model through Imdeploy. | [Inference_using_lmdeploy.ipynb](./en/opensource/Inference/Inference_using_lmdeploy.ipynb) | -| infernce, vllm | Deploy vllm for quick and efficient inference with the Yi model. | [vLLM_Inference_tutorial.ipynb](./en/opensource/Inference/vLLM_Inference_tutorial.ipynb) | -| infernce, skypilot | Serving Yi on Your Own Kubernetes or Cloud | [skypilot](https://github.com/Haijian06/skypilot/tree/master/llm/yi) | +| inference, swift | Perform efficient inference with the Yi model using Swift. | [Inference_using_swift.ipynb](./en/opensource/Inference/Inference_using_swift.ipynb) | +| inference, transformers | Utilize Transformers to rapidly infer 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) | | 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) |