Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesfrye authored Jul 2, 2024
1 parent 73f0d17 commit 7923eb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ This example training script is opinionated in order to make it easy to get star
# run one test inference
modal run -q src.inference --prompt "[INST] Using the schema context below, generate a SQL query that answers the question.
CREATE TABLE head (name VARCHAR, born_state VARCHAR, age VARCHAR)
List the name, born state and age of the heads of departments ordered by name.[/INST]"
# 🤖: [SQL] SELECT name, born_state, age FROM head ORDER BY name [/SQL]
List the name, born state and age of the heads of departments ordered by name. [/INST]"
# 🤖: [SQL] SELECT name, born_state, age FROM head ORDER BY name [/SQL] # or something like that!
# 🧠: Effective throughput of 36.27 tok/s
```

Expand Down

0 comments on commit 7923eb7

Please sign in to comment.