Skip to content

Commit

Permalink
Revert "Fix LLM Server Failing CIs" (#364)
Browse files Browse the repository at this point in the history
Reverts #362
  • Loading branch information
stbaione authored Oct 29, 2024
1 parent 4fbc619 commit e4c7c20
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions shortfin/tests/apps/llm/cpu_llm_server_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
import tempfile
import shutil

pytest.importorskip("transformers", "transformers is not installed")
pytest.importorskip("tokenizers", "tokenizers is not installed")

BATCH_SIZES = [1, 4]

cpu_settings = {
Expand Down

0 comments on commit e4c7c20

Please sign in to comment.