Mixtral-QLoRA-test / tests /test_e2e.py
Chuanming's picture
Upload folder using huggingface_hub
fa4458a
import subprocess
def test_hello_world():
subprocess.run(
"python examples/hello_world.py",
shell=True,
check=True,
)