File tree Expand file tree Collapse file tree 17 files changed +294
-18
lines changed
Expand file tree Collapse file tree 17 files changed +294
-18
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ We are on a mission to make it easy to use the most important tools in the ONNX
1313
1414## The new PyPI package name is ` lemonade-sdk `
1515
16+ ## The new Lemonade_Server_Installer.exe is at: https://github.com/lemonade-sdk/lemonade/releases
17+
1618## Please migrate to the new repository and package as soon as possible.
1719
1820For example:
Original file line number Diff line number Diff line change 11# 🍋 Lemonade SDK
22
3- This content has moved to: https://github.com/lemonade-sdk/lemonade/blob/main/docs/README.md
3+ ### RELOCATION NOTICE
4+
5+ This content has moved to: https://github.com/lemonade-sdk/lemonade/blob/main/docs/README.md
6+
7+ The Lemonade SDK project has moved to https://github.com/lemonade-sdk/lemonade
8+
9+ The new PyPI package name is ` lemonade-sdk `
10+
11+ The new Lemonade_Server_Installer.exe is at: https://github.com/lemonade-sdk/lemonade/releases
12+
13+ Please migrate to the new repository and package as soon as possible.
14+
15+ For example:
16+ ```
17+ pip uninstall turnkeyml
18+ pip install lemonade-sdk[YOUR_EXTRAS]
19+ e.g., pip install lemonade-sdk[llm-oga-hybrid]
20+ ```
21+
22+ Thank you for using Lemonade SDK!
Original file line number Diff line number Diff line change 11# Using the HumanEval accuracy test tools
22
3- This content has moved to https://github.com/lemonade-sdk/lemonade/blob/main/docs/humaneval_accuracy.md
3+ ### RELOCATION NOTICE
4+
5+ This content has moved to https://github.com/lemonade-sdk/lemonade/blob/main/docs/humaneval_accuracy.md
6+
7+ The Lemonade SDK project has moved to https://github.com/lemonade-sdk/lemonade
8+
9+ The new PyPI package name is ` lemonade-sdk `
10+
11+ The new Lemonade_Server_Installer.exe is at: https://github.com/lemonade-sdk/lemonade/releases
12+
13+ Please migrate to the new repository and package as soon as possible.
14+
15+ For example:
16+ ```
17+ pip uninstall turnkeyml
18+ pip install lemonade-sdk[YOUR_EXTRAS]
19+ e.g., pip install lemonade-sdk[llm-oga-hybrid]
20+ ```
21+
22+ Thank you for using Lemonade SDK!
Original file line number Diff line number Diff line change 11# 🍋 Lemonade API: Model Compatibility and Recipes
22
3- This content has moved to https://github.com/lemonade-sdk/lemonade/blob/main/docs/lemonade_api.md
3+ ### RELOCATION NOTICE
4+
5+ This content has moved to https://github.com/lemonade-sdk/lemonade/blob/main/docs/lemonade_api.md
6+
7+ The Lemonade SDK project has moved to https://github.com/lemonade-sdk/lemonade
8+
9+ The new PyPI package name is ` lemonade-sdk `
10+
11+ The new Lemonade_Server_Installer.exe is at: https://github.com/lemonade-sdk/lemonade/releases
12+
13+ Please migrate to the new repository and package as soon as possible.
14+
15+ For example:
16+ ```
17+ pip uninstall turnkeyml
18+ pip install lemonade-sdk[YOUR_EXTRAS]
19+ e.g., pip install lemonade-sdk[llm-oga-hybrid]
20+ ```
21+
22+ Thank you for using Lemonade SDK!
Original file line number Diff line number Diff line change 11# Lemonade Server Installer
22
3+ ### RELOCATION NOTICE
4+
35This content has moved to: https://github.com/lemonade-sdk/lemonade/blob/main/docs/server/README.md
6+
7+ The Lemonade SDK project has moved to https://github.com/lemonade-sdk/lemonade
8+
9+ The new PyPI package name is ` lemonade-sdk `
10+
11+ The new Lemonade_Server_Installer.exe is at: https://github.com/lemonade-sdk/lemonade/releases
12+
13+ Please migrate to the new repository and package as soon as possible.
14+
15+ For example:
16+ ```
17+ pip uninstall turnkeyml
18+ pip install lemonade-sdk[YOUR_EXTRAS]
19+ e.g., pip install lemonade-sdk[llm-oga-hybrid]
20+ ```
21+
22+ Thank you for using Lemonade SDK!
Original file line number Diff line number Diff line change 11# LLAMA.CPP
22
3- This content has moved to: https://github.com/lemonade-sdk/lemonade/blob/main/docs/llamacpp.md
3+ ### RELOCATION NOTICE
4+
5+ This content has moved to: https://github.com/lemonade-sdk/lemonade/blob/main/docs/llamacpp.md
6+
7+ The Lemonade SDK project has moved to https://github.com/lemonade-sdk/lemonade
8+
9+ The new PyPI package name is ` lemonade-sdk `
10+
11+ The new Lemonade_Server_Installer.exe is at: https://github.com/lemonade-sdk/lemonade/releases
12+
13+ Please migrate to the new repository and package as soon as possible.
14+
15+ For example:
16+ ```
17+ pip uninstall turnkeyml
18+ pip install lemonade-sdk[YOUR_EXTRAS]
19+ e.g., pip install lemonade-sdk[llm-oga-hybrid]
20+ ```
21+
22+ Thank you for using Lemonade SDK!
Original file line number Diff line number Diff line change 11
22# Using the MMLU accuracy test tools
33
4- This content has moved to: https://github.com/lemonade-sdk/lemonade/blob/main/docs/mmlu_accuracy.md
4+ ### RELOCATION NOTICE
5+
6+ This content has moved to: https://github.com/lemonade-sdk/lemonade/blob/main/docs/mmlu_accuracy.md
7+
8+ The Lemonade SDK project has moved to https://github.com/lemonade-sdk/lemonade
9+
10+ The new PyPI package name is ` lemonade-sdk `
11+
12+ The new Lemonade_Server_Installer.exe is at: https://github.com/lemonade-sdk/lemonade/releases
13+
14+ Please migrate to the new repository and package as soon as possible.
15+
16+ For example:
17+ ```
18+ pip uninstall turnkeyml
19+ pip install lemonade-sdk[YOUR_EXTRAS]
20+ e.g., pip install lemonade-sdk[llm-oga-hybrid]
21+ ```
22+
23+ Thank you for using Lemonade SDK!
Original file line number Diff line number Diff line change 11# OnnxRuntime GenAI (OGA) for iGPU and CPU
22
3- This content has moved to: https://github.com/lemonade-sdk/lemonade/blob/main/docs/ort_genai_igpu.md
3+ ### RELOCATION NOTICE
4+
5+ This content has moved to: https://github.com/lemonade-sdk/lemonade/blob/main/docs/ort_genai_igpu.md
6+
7+ The Lemonade SDK project has moved to https://github.com/lemonade-sdk/lemonade
8+
9+ The new PyPI package name is ` lemonade-sdk `
10+
11+ The new Lemonade_Server_Installer.exe is at: https://github.com/lemonade-sdk/lemonade/releases
12+
13+ Please migrate to the new repository and package as soon as possible.
14+
15+ For example:
16+ ```
17+ pip uninstall turnkeyml
18+ pip install lemonade-sdk[YOUR_EXTRAS]
19+ e.g., pip install lemonade-sdk[llm-oga-hybrid]
20+ ```
21+
22+ Thank you for using Lemonade SDK!
Original file line number Diff line number Diff line change 11# Perplexity Evaluation
22
3- This content has moved to: https://github.com/lemonade-sdk/lemonade/blob/main/docs/perplexity.md
3+ ### RELOCATION NOTICE
4+
5+ This content has moved to: https://github.com/lemonade-sdk/lemonade/blob/main/docs/perplexity.md
6+
7+ The Lemonade SDK project has moved to https://github.com/lemonade-sdk/lemonade
8+
9+ The new PyPI package name is ` lemonade-sdk `
10+
11+ The new Lemonade_Server_Installer.exe is at: https://github.com/lemonade-sdk/lemonade/releases
12+
13+ Please migrate to the new repository and package as soon as possible.
14+
15+ For example:
16+ ```
17+ pip uninstall turnkeyml
18+ pip install lemonade-sdk[YOUR_EXTRAS]
19+ e.g., pip install lemonade-sdk[llm-oga-hybrid]
20+ ```
21+
22+ Thank you for using Lemonade SDK!
Original file line number Diff line number Diff line change 11# Quick Guide to Quark Quantization Tools
22
3- This content has moved to: https://github.com/lemonade-sdk/lemonade/blob/main/docs/quark.md
3+ ### RELOCATION NOTICE
4+
5+ This content has moved to: https://github.com/lemonade-sdk/lemonade/blob/main/docs/quark.md
6+
7+ The Lemonade SDK project has moved to https://github.com/lemonade-sdk/lemonade
8+
9+ The new PyPI package name is ` lemonade-sdk `
10+
11+ The new Lemonade_Server_Installer.exe is at: https://github.com/lemonade-sdk/lemonade/releases
12+
13+ Please migrate to the new repository and package as soon as possible.
14+
15+ For example:
16+ ```
17+ pip uninstall turnkeyml
18+ pip install lemonade-sdk[YOUR_EXTRAS]
19+ e.g., pip install lemonade-sdk[llm-oga-hybrid]
20+ ```
21+
22+ Thank you for using Lemonade SDK!
You can’t perform that action at this time.
0 commit comments