Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb47b16

Browse files
committed
Update README CLI examples for ml-intern rename
1 parent ae4a534 commit bb47b16

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

‎README.md‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ An MLE agent that researches, writes, and ships good quality ML releated code us
1111
### Installation
1212

1313
```bash
14-
git clone [email protected]:huggingface/ml-agent.git
15-
cd ml-agent
14+
git clone [email protected]:huggingface/ml-intern.git
15+
cd ml-intern
1616
uv sync
1717
uv tool install -e .
1818
```
1919

20-
#### That's it. Now `ml-agent` works from any directory:
20+
#### That's it. Now `ml-intern` works from any directory:
2121

2222
```bash
23-
ml-agent
23+
ml-intern
2424
```
2525

2626
Create a `.env` file in the project root (or export these in your shell):
@@ -37,21 +37,21 @@ If no `HF_TOKEN` is set, the CLI will prompt you to paste one on first launch. T
3737
**Interactive mode** (start a chat session):
3838

3939
```bash
40-
ml-agent
40+
ml-intern
4141
```
4242

4343
**Headless mode** (single prompt, auto-approve):
4444

4545
```bash
46-
ml-agent "fine-tune llama on my dataset"
46+
ml-intern "fine-tune llama on my dataset"
4747
```
4848

4949
**Options:**
5050

5151
```bash
52-
ml-agent --model anthropic/claude-opus-4-6 "your prompt"
53-
ml-agent --max-iterations 100 "your prompt"
54-
ml-agent --no-stream "your prompt"
52+
ml-intern --model anthropic/claude-opus-4-6 "your prompt"
53+
ml-intern --max-iterations 100 "your prompt"
54+
ml-intern --no-stream "your prompt"
5555
```
5656

5757
## Architecture

0 commit comments

Comments
 (0)