Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 082b673

Browse files
committedJan 12, 2025·
Add badge to README
1 parent 78fe731 commit 082b673

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
 

‎.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Python Tests
1+
name: Python
22

33
on:
44
push:
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
python-version: [3.11, 3.12] # 列出支持的 Python 版本
17+
python-version: [3.11, 3.12]
1818

1919
steps:
2020
- name: Checkout code

‎README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[![GitBook](https://img.shields.io/badge/GitBook-从零入门大模型-blue)](https://jingedawang.gitbook.io/tutorialllm)
44
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/jingedawang/TutorialLLM/blob/main/TutorialLLM.ipynb)
5+
![Python 3.11](https://img.shields.io/github/actions/workflow/status/jingedawang/tutorialllm/python.yml?branch=main&matrix.python-version=3.11&label=Python%203.11)
6+
![Python 3.12](https://img.shields.io/github/actions/workflow/status/jingedawang/tutorialllm/python.yml?branch=main&matrix.python-version=3.12&label=Python%203.12)
57

68
This tutorial will guide you through the process of training a large language model (LLM) step
79
by step. For educational purposes, we choosed a small dataset and a small model, but the basic principles we want to convey is the same with larger models.

0 commit comments

Comments
 (0)
Please sign in to comment.