debugging actions :(

This commit is contained in:
Brendan Dolan-Gavitt 2022-11-23 18:06:00 -05:00
parent 6519235223
commit 8e4b4e3d2e

View file

@ -128,7 +128,7 @@ def test_python_backend(n_gpus: int):
enter_input(proc, r".*share (your )?huggingface cache[^:]+: ?", "y")
enter_input(proc, r".*cache directory[^:]+: ?", "") # default
enter_input(proc, r".*use int8[^:]+: ?", "n")
enter_input(proc, r".*run FauxPilot\? \[y/n\] ", "n")
enter_input(proc, r".*run FauxPilot\? \[y/n\] ", "n", timeout=120)
# copy $root/.env to $curdir/test.env
shutil.copy(str(root/".env"), str(curdir/"test.env"))