Skip to content

Commit

Permalink
feat(CI): added optimum tests to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tengomucho committed Apr 5, 2024
1 parent 2a98430 commit 7317e4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ pypi_upload: ${PACKAGE_DIST} ${PACKAGE_WHEEL}
test_installs:
python -m pip install .[tpu,tests]

tests: test_installs
python -m pytest -sv tests

# Stand-alone TGI server for unit tests outside of TGI container
tgi_server:
python -m pip install -r text-generation-inference/server/build-requirements.txt
Expand Down

0 comments on commit 7317e4b

Please sign in to comment.