1
0
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:
Fred de Gier 2022-10-03 14:13:39 +02:00
commit 6739b7c53d
2 changed files with 2 additions and 2 deletions

@ -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.

@ -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