Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README_cn.md #610

Merged
merged 1 commit into from
Sep 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Cookbook/README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

| Category | Description | Notebook, Markdown |
|:----------------------------|:---------------------------------------------|:--------------------------------------------------------------------------------------------------------|
| infernce, swift | 利用 Swift 快速进行 Yi 模型推理。 | [Inference_using_swift.ipynb](./cn/opensource/Inference/Inference_using_swift.ipynb) |
| infernce, transformers | 使用 Transformers 高效推理 Yi 模型。 | [Inference_using_transformers.ipynb](./cn/opensource/Inference/Inference_using_transformers.ipynb) |
| infernce, Imdeploy | 通过 Imdeploy 快速上手 Yi 模型推理。 | [Inference_using_lmdeploy.ipynb](./cn/opensource/Inference/Inference_using_lmdeploy.ipynb) |
| infernce, vllm | 使用 vllm 体验 Yi 模型的快速推理。 | [vLLM_Inference_tutorial.ipynb](./cn/opensource/Inference/vLLM_Inference_tutorial.ipynb) |
| infernce, skypilot | 通过 SkyPilot 高效推理 Yi 模型。| [skypilot](https://github.com/Haijian06/skypilot/tree/master/llm/yi) |
| inference, swift | 利用 Swift 快速进行 Yi 模型推理。 | [Inference_using_swift.ipynb](./cn/opensource/Inference/Inference_using_swift.ipynb) |
| inference, transformers | 使用 Transformers 高效推理 Yi 模型。 | [Inference_using_transformers.ipynb](./cn/opensource/Inference/Inference_using_transformers.ipynb) |
| inference, Imdeploy | 通过 Imdeploy 快速上手 Yi 模型推理。 | [Inference_using_lmdeploy.ipynb](./cn/opensource/Inference/Inference_using_lmdeploy.ipynb) |
| inference, vllm | 使用 vllm 体验 Yi 模型的快速推理。 | [vLLM_Inference_tutorial.ipynb](./cn/opensource/Inference/vLLM_Inference_tutorial.ipynb) |
| skypilot | 通过 SkyPilot 在你的云端高效推理 Yi 模型。| [Running_yi_with_skyPilot.md](https://github.com/Haijian06/skypilot/tree/master/llm/yi) |
| quantization, swift | 使用 Swift轻松量化您的专属 Yi 模型。 | [swift-yi-quantization.md](./cn/opensource/quantization/swift-yi-quantization.md) |
| quantization, autoawq | 利用 autoawq 量化您的 Yi 模型。 | [autoawq-yi-quantization.md](./cn/opensource/quantization/autoawq-yi-quantization.md) |
| quantization, autogptq | 使用 autogptq 对 Yi 模型进行量化。 | [autogptq-yi-quantization.md](./cn/opensource/quantization/autogptq-yi-quantization.md) |
Expand Down
Loading