Skip to content

Commit

Permalink
Replaced Optional with Option. (#738)
Browse files Browse the repository at this point in the history
Signed-off-by: Brijeshthummar02 <[email protected]>
  • Loading branch information
Brijeshthummar02 committed Sep 26, 2024
1 parent 8a14f37 commit 2f08e5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions comps/finetuning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Fine-tuning microservice involves adapting a model to a specific task or dataset to improve its performance on that task, we currently supported instruction tuning for LLMs, finetuning for reranking and embedding models.

## 🚀1. Start Microservice with Python (Optional 1)
## 🚀1. Start Microservice with Python (Option 1)

### 1.1 Install Requirements

Expand Down Expand Up @@ -42,7 +42,7 @@ export HF_TOKEN=${your_huggingface_token}
python finetuning_service.py
```

## 🚀2. Start Microservice with Docker (Optional 2)
## 🚀2. Start Microservice with Docker (Option 2)

### 2.1 Setup on CPU

Expand Down

0 comments on commit 2f08e5e

Please sign in to comment.