Spaces:
Build error
Build error
Merge branch 'main' into dev2main
Browse files
.github/workflows/push_to_hf_space_prototype.yml
CHANGED
|
@@ -14,7 +14,7 @@ jobs:
|
|
| 14 |
- uses: actions/checkout@v4
|
| 15 |
with:
|
| 16 |
fetch-depth: 0
|
| 17 |
-
lfs:
|
| 18 |
- name: Deploy Prototype to HuggingFace
|
| 19 |
env:
|
| 20 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
|
|
|
| 14 |
- uses: actions/checkout@v4
|
| 15 |
with:
|
| 16 |
fetch-depth: 0
|
| 17 |
+
lfs: false
|
| 18 |
- name: Deploy Prototype to HuggingFace
|
| 19 |
env:
|
| 20 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title: AI Class Tutor
|
| 3 |
description: An LLM based AI class tutor with RAG on DL4DS course
|
| 4 |
emoji: 🐶
|
| 5 |
colorFrom: red
|
|
@@ -15,6 +15,7 @@ You can find a "production" implementation of the Tutor running live at [DL4DS T
|
|
| 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 |
[Actions Workflow](https://github.com/DL4DS/dl4ds_tutor/blob/main/.github/workflows/push_to_hf_space.yml) upon a push to `main`.
|
| 17 |
|
|
|
|
| 18 |
A "development" version of the Tutor is running live at [DL4DS Tutor -- Dev](https://dl4ds-tutor-dev.hf.space/) from this Hugging Face
|
| 19 |
[Space](https://huggingface.co/spaces/dl4ds/tutor_dev). It is pushed automatically from the `dev_branch` branch of this repo by this
|
| 20 |
[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`.
|
|
|
|
| 1 |
---
|
| 2 |
+
title: AI Class Tutor
|
| 3 |
description: An LLM based AI class tutor with RAG on DL4DS course
|
| 4 |
emoji: 🐶
|
| 5 |
colorFrom: red
|
|
|
|
| 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 |
[Actions Workflow](https://github.com/DL4DS/dl4ds_tutor/blob/main/.github/workflows/push_to_hf_space.yml) upon a push to `main`.
|
| 17 |
|
| 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
|
| 20 |
[Space](https://huggingface.co/spaces/dl4ds/tutor_dev). It is pushed automatically from the `dev_branch` branch of this repo by this
|
| 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`.
|