Skip to content

Commit

Permalink
Fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
milo157 committed Jun 12, 2024
1 parent 914281b commit ee13633
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/cookbook/deploy-using-cerebrium.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cerebrium init outlines-project

## Setup Environment and Hardware

You set up your environment and hardware in the cerebrium.toml file that was created using the init function above.
You set up your environment and hardware in the cerebrium.toml file that was created using the init function above.

```toml
[cerebrium.hardware]
Expand Down Expand Up @@ -112,5 +112,4 @@ cerebrium deploy
```

You will see your application deploy, install pip packages and download the model. Once completed it will output a CURL request you can use to call your endpoint. Just remember to end
the url with the function you would like to call - in this case /generate. You should see your response returned!

the url with the function you would like to call - in this case /generate. You should see your response returned!

0 comments on commit ee13633

Please sign in to comment.