Skip to content

Commit 022ba3e

Browse files
committed
improve relocation notices
1 parent 4704a0c commit 022ba3e

17 files changed

+294
-18
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1820
For example:

docs/lemonade/README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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!
Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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!

docs/lemonade/lemonade_api.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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!
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
11
# Lemonade Server Installer
22

3+
### RELOCATION NOTICE
4+
35
This 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!

docs/lemonade/llamacpp.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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!

docs/lemonade/mmlu_accuracy.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
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!

docs/lemonade/ort_genai_igpu.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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!

docs/lemonade/perplexity.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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!

docs/lemonade/quark.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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!

0 commit comments

Comments
 (0)