mirror of
https://github.com/fauxpilot/fauxpilot.git
synced 2025-07-16 10:03:25 -07:00
debugging actions :(
This commit is contained in:
parent
6519235223
commit
8e4b4e3d2e
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ def test_python_backend(n_gpus: int):
|
||||||
enter_input(proc, r".*share (your )?huggingface cache[^:]+: ?", "y")
|
enter_input(proc, r".*share (your )?huggingface cache[^:]+: ?", "y")
|
||||||
enter_input(proc, r".*cache directory[^:]+: ?", "") # default
|
enter_input(proc, r".*cache directory[^:]+: ?", "") # default
|
||||||
enter_input(proc, r".*use int8[^:]+: ?", "n")
|
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
|
# copy $root/.env to $curdir/test.env
|
||||||
shutil.copy(str(root/".env"), str(curdir/"test.env"))
|
shutil.copy(str(root/".env"), str(curdir/"test.env"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue