Skip to content

Commit

Permalink
Update docs to include instructions to stop Lumigator (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
HareeshBahuleyan authored Jan 16, 2025
1 parent 3b7b6a9 commit ae09341
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/get-started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,12 @@ different aspects:
- [BERTScore](https://openreview.net/pdf?id=SkeHuCVFDr) - Generates embeddings of ground truth input
and model output and compares their cosine similarity

## Terminate Session
In order to shut down Lumigator, you can stop the containers that were [started](../get-started/installation.md) using Docker Compose. This can be done by simply running the following command:
```console
user@host:~/lumigator$ make stop-lumigator
```

## Next Steps

Congratulations! You have successfully uploaded a dataset, created an evaluation job, and retrieved
Expand Down

0 comments on commit ae09341

Please sign in to comment.