File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v4
15
15
with :
16
16
fetch-depth : 0
17
- lfs : true
17
+ lfs : false
18
18
- name : Deploy Prototype to HuggingFace
19
19
env :
20
20
HF_TOKEN : ${{ secrets.HF_TOKEN }}
Original file line number Diff line number Diff line change 1
1
---
2
- title : AI Class Tutor -- Dev
2
+ title : AI Class Tutor
3
3
description : An LLM based AI class tutor with RAG on DL4DS course
4
4
emoji : 🐶
5
5
colorFrom : red
@@ -15,6 +15,7 @@ You can find a "production" implementation of the Tutor running live at [DL4DS T
15
15
Hugging Face [ Space] ( https://huggingface.co/spaces/dl4ds/dl4ds_tutor ) . It is pushed automatically from the ` main ` branch of this repo by this
16
16
[ Actions Workflow] ( https://github.com/DL4DS/dl4ds_tutor/blob/main/.github/workflows/push_to_hf_space.yml ) upon a push to ` main ` .
17
17
18
+
18
19
A "development" version of the Tutor is running live at [ DL4DS Tutor -- Dev] ( https://dl4ds-tutor-dev.hf.space/ ) from this Hugging Face
19
20
[ Space] ( https://huggingface.co/spaces/dl4ds/tutor_dev ) . It is pushed automatically from the ` dev_branch ` branch of this repo by this
20
21
[ Actions Workflow] ( https://github.com/DL4DS/dl4ds_tutor/blob/dev_branch/.github/workflows/push_to_hf_space_prototype.yml ) upon a push to ` dev_branch ` .
You can’t perform that action at this time.
0 commit comments