mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-03-12 04:36:10 -07:00
Merge branch 'main' into dev
This commit is contained in:
commit
6739b7c53d
@ -8,7 +8,7 @@ You'll need:
|
||||
|
||||
* Docker
|
||||
* `docker compose` >= 1.28
|
||||
* An NVIDIA GPU with Compute Capability >= 7.0 and enough VRAM to run the model you want.
|
||||
* An NVIDIA GPU with Compute Capability >= 6.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.
|
||||
|
||||
|
2
setup.sh
2
setup.sh
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [ -f .env ]; then
|
||||
read -rp ".env already exists, do you want to delete .env and recreate it? [y/n] " DELETE
|
||||
|
Loading…
x
Reference in New Issue
Block a user