Skip to content

Commit 8e1bf6f

Browse files
authored
Merge branch 'main' into dev2main
2 parents a8421b2 + 81a188d commit 8e1bf6f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/push_to_hf_space_prototype.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
17-
lfs: true
17+
lfs: false
1818
- name: Deploy Prototype to HuggingFace
1919
env:
2020
HF_TOKEN: ${{ secrets.HF_TOKEN }}

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: AI Class Tutor -- Dev
2+
title: AI Class Tutor
33
description: An LLM based AI class tutor with RAG on DL4DS course
44
emoji: 🐶
55
colorFrom: red
@@ -15,6 +15,7 @@ You can find a "production" implementation of the Tutor running live at [DL4DS T
1515
Hugging Face [Space](https://huggingface.co/spaces/dl4ds/dl4ds_tutor). It is pushed automatically from the `main` branch of this repo by this
1616
[Actions Workflow](https://github.com/DL4DS/dl4ds_tutor/blob/main/.github/workflows/push_to_hf_space.yml) upon a push to `main`.
1717

18+
1819
A "development" version of the Tutor is running live at [DL4DS Tutor -- Dev](https://dl4ds-tutor-dev.hf.space/) from this Hugging Face
1920
[Space](https://huggingface.co/spaces/dl4ds/tutor_dev). It is pushed automatically from the `dev_branch` branch of this repo by this
2021
[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`.

0 commit comments

Comments
 (0)