Skip to content

Commit 414460c

Browse files
authored
Revert "Add Axolotl Training Blueprint with Full Fine-tuning Example(hiyouga#29)" and Revert "Add EasyR1 Reinforcement Learning Experiment (hiyouga#30)" Refs: NOTICKET
1 parent 21d4fee commit 414460c

File tree

236 files changed

+3
-14232
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

236 files changed

+3
-14232
lines changed

README-e2e.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ Using this method, the test will run on `staging` or `production` depending on w
3232

3333
To execute a test directly a simple trampoline is provided, for example:
3434

35-
**LlamaFactory test:**
3635
```bash
3736
./ci/e2e_tests/gpt2-simple.py
3837
```
39-
40-
**Axolotl test:**
41-
```bash
42-
./ci/e2e_tests/axolotl-simple.py
43-
```

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,9 @@ The following table lists out the experiments available in this repository. Each
2424
| 8 | [Fine-Tuning a Text-to-Speech Model](/experiments/ft-on-a-tts-model/README.md) | Fine-tune a text-to-speech (TTS) model |
2525
| 9 | [Fine-Tuning a language Model using _Flash Attention_](/experiments/flash-attention-ft-on-a-language-model/README.md) | Fine-tune a causal language model efficiently using the [flash-attn package](https://github.com/Dao-AILab/flash-attention) |
2626
| 10 | [Fine-Tuning a language Model with LlamaFactory](/experiments/llama-factory/README.md) | Demonstrates how to use [LlamaFactory](https://github.com/hiyouga/LLaMA-Factory) with FlexAI |
27-
| 11 | [Fine-Tuning a language Model with Axolotl](/experiments/axolotl/README.md) | Demonstrates how to use [Axolotl](https://github.com/OpenAccess-AI-Collective/axolotl) with FlexAI |
28-
| 12 | [Reinforcement Learning Fine-Tuning with EasyR1](/experiments/easyR1/README.md) | Train language models with RL using GRPO and DAPO algorithms for enhanced reasoning capabilities |
29-
| 13 | [RAG Application with LangChain and FlexAI Inference Endpoints](/experiments/rag-application/README.md) | Interactive interface for users to ask questions based on provided documents using Retrieval-Augmented Generation |
30-
| 14 | [Speech-to-Text Application Using FlexAI Inference Endpoints](/experiments/speech-to-text-inference/README.md) | Interactive interface for recording audio messages and receiving transcriptions |
31-
| 15 | [Multi-Agent Orchestration with LangGraph](/experiments/multi-agent/README.md) | Build a multi-agent system where specialized AI agents work together under a central supervisor |
27+
| 11 | [RAG Application with LangChain and FlexAI Inference Endpoints](/experiments/rag-application/README.md) | Interactive interface for users to ask questions based on provided documents using Retrieval-Augmented Generation |
28+
| 12 | [Speech-to-Text Application Using FlexAI Inference Endpoints](/experiments/speech-to-text-inference/README.md) | Interactive interface for recording audio messages and receiving transcriptions |
29+
| 13 | [Multi-Agent Orchestration with LangGraph](/experiments/multi-agent/README.md) | Build a multi-agent system where specialized AI agents work together under a central supervisor |
3230

3331
---
3432

code/axolotl/LiquidAI/README.md

Lines changed: 0 additions & 58 deletions
This file was deleted.

code/axolotl/LiquidAI/lfm2-350m-fft.yaml

Lines changed: 0 additions & 50 deletions
This file was deleted.

code/axolotl/LiquidAI/lfm2-vl-lora.yaml

Lines changed: 0 additions & 59 deletions
This file was deleted.

code/axolotl/alst/README.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

code/axolotl/alst/llama3-8b-deepspeed-alst.yaml

Lines changed: 0 additions & 54 deletions
This file was deleted.

code/axolotl/alst/llama3-8b-fsdp2-alst.yaml

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)