Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arunanshub/sentence-completion
https://github.com/arunanshub/sentence-completion
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arunanshub/sentence-completion
- Owner: arunanshub
- Created: 2024-06-20T06:52:43.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-07T06:42:29.000Z (3 months ago)
- Last Synced: 2024-08-08T10:07:40.268Z (3 months ago)
- Language: Python
- Size: 454 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sentence-completion
## Running in Docker
1. Install [NVIDIA container toolkit](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html) for GPU support in containers. Follow NVIDIA's guide to get started.
2. Build the docker image: `docker build . -t sentence-completion:latest`
3. Launch the image: `docker run -t --rm --runtime nvidia --gpus all -p 8000:8000 sentence-completion:latest`