Skip to content

Commit 646e5d2

Browse files
committed
...
1 parent 34f06b9 commit 646e5d2

File tree

3 files changed

+27
-25
lines changed

3 files changed

+27
-25
lines changed

misc/content/2023/05/tips-on-large-language-models/tips-on-large-language-models.md

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Status: published
22
Date: 2023-05-06 13:28:33
3-
Modified: 2025-06-02 12:16:52
3+
Modified: 2025-06-02 23:12:26
44
Author: Benjamin Du
55
Slug: tips-on-large-language-models
66
Title: Tips on Large Language Models
@@ -200,38 +200,40 @@ Tags: Computer Science, programming, AI, machine learning, LLM, large language m
200200
it acts as a "ChatGPT for people," allowing you to search for individuals based on your network and desired qualifications.
201201
</td>
202202
</tr>
203-
</tbody>
204-
</table>
205-
206-
207-
208203
<tr>
209204
<td class="tg-0pky">
210-
<a href="https://www.emergentmind.com/">Emergent Mind</a>
205+
<a href="https://github.com/jmorganca/ollama">ollama</a>
211206
</td>
212207
<td class="tg-0pky">
213-
Research
208+
Deploy
214209
</td>
215210
<td class="tg-0pky">
216211
</td>
217212
<td class="tg-0pky">
218-
AI Research Assistant for Computer Scientists
213+
Get up and running with Llama 3.3, DeepSeek-R1, Phi-4, Gemma 3, Mistral Small 3.1
214+
and other large language models.
219215
</td>
220216
<tr>
217+
<tr>
218+
<td class="tg-0pky">
219+
<a href="https://github.com/OpenBMB/ToolBench">ToolBench</a>
220+
</td>
221+
<td class="tg-0pky">
222+
Benchmark
223+
</td>
224+
<td class="tg-0pky">
225+
</td>
226+
<td class="tg-0pky">
227+
An open platform for training, serving, and evaluating large language model for tool learning.
228+
</td>
229+
<tr>
230+
</tbody>
231+
</table>
232+
221233

222234

223-
- [LLama - Local](https://github.com/jmorganca/ollama)
224235

225-
- [ToolBench](https://github.com/OpenBMB/ToolBench)
226236

227-
[ToolBench](https://github.com/OpenBMB/ToolBench)
228-
aims to construct open-source, large-scale, high-quality instruction
229-
tuning SFT data to facilitate the construction of powerful LLMs with general tool-use capability.
230-
We aim to empower open-source LLMs to master thousands of diverse real-world APIs.
231-
We achieve this by collecting a high-quality instruction-tuning dataset.
232-
It is constructed automatically using the latest ChatGPT (gpt-3.5-turbo-16k),
233-
which is upgraded with enhanced function call capabilities.
234-
We provide the dataset, the corresponding training and evaluation scripts, and a capable model ToolLLaMA fine-tuned on ToolBench.
235237

236238
## Tutorials
237239

misc/content/2023/10/tips-on-purchasing-a-car/tips-on-purchasing-a-car.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Status: published
22
Date: 2023-10-17 11:55:34
3-
Modified: 2025-06-01 19:53:38
3+
Modified: 2025-06-02 23:03:12
44
Author: Benjamin Du
55
Slug: tips-on-purchasing-a-car
66
Title: Tips on Purchasing or Leasing a Car
@@ -32,5 +32,7 @@ Tags: Life, vehicle, car, SUV, EV, feature, camera
3232
1. Ask what free services come with the lease.
3333
Generally speaking,
3434
there are pre-paid maintenance services come with a lease.
35+
36+
2. Ask about disposal fee at the end of the lease.
3537

3638

misc/content/2025/04/manage-python-projects-using-uv/manage-python-projects-using-uv.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Status: published
22
Date: 2025-04-30 06:16:38
3-
Modified: 2025-05-31 17:13:52
3+
Modified: 2025-06-02 23:15:40
44
Author: Benjamin Du
55
Slug: manage-python-projects-using-uv
66
Title: Manage Python Projects Using uv
@@ -25,13 +25,11 @@ curl -LsSf https://astral.sh/uv/install.sh | env UV_INSTALL_DIR="/usr/local/bin"
2525
e.g., Python 3.13 with 3rd-party packages dockeree and aituil
2626
) using the following command.
2727

28-
```bash
29-
uv run --python 3.13 --with dockeree aiutil python
30-
```
28+
uv run --python 3.13 --with dockeree aiutil python
3129

3230
2. Initialize a uv managed Python script.
3331

34-
```bash
32+
```
3533
uv init --python 3.13 --script example.py
3634
```
3735

0 commit comments

Comments
 (0)