mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-08-21 05:44:09 -07:00
Tiny fix to README
`docker-compose` is now `docker compose` so don't call it `docker-compose` any more. See https://github.com/moyix/fauxpilot/issues/32
This commit is contained in:
parent
71019b05ea
commit
44b078aa50
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ This is an attempt to build a locally hosted version of [GitHub Copilot](https:/
|
|||
You'll need:
|
||||
|
||||
* Docker
|
||||
* `docker-compose` >= 1.28
|
||||
* `docker compose` >= 1.28
|
||||
* An NVIDIA GPU with Compute Capability >= 7.0 and enough VRAM to run the model you want.
|
||||
* [`nvidia-docker`](https://github.com/NVIDIA/nvidia-docker)
|
||||
* `curl` and `zstd` for downloading and unpacking the models.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue