From 992138fb75157806b12e13bbc5a706b831310259 Mon Sep 17 00:00:00 2001 From: Kazuki Fujii <68278821+okoge-kaz@users.noreply.github.com> Date: Sun, 18 Aug 2024 23:04:46 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c8f4ac..6819aa9 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ What sets llm-recipes apart is its seamless integration with Hugging Face Transf |---------------------------------|-------------|---------------|-----------| | **SFT(Supervised Fine-Tuning)** | ✅ | ✅ | ✅ | | **Continual Pre-Training** | ✅ | ✅ | ✅ | -| **DPO(Direct Preference Optimization)** | ✅ | ❌ | ❌ | +| **DPO(Direct Preference Optimization)** | ✅ | ❌ | ✅ | | **Llama Models Support** | ✅ | ✅ | ✅ | | **Non-Llama Models Support** | ✅ | ❌ | ❌ | | **Multi-Node Support** | ✅ | ✅ | ❌ |