Skip to content

Commit

Permalink
revert vllm-empty
Browse files Browse the repository at this point in the history
Signed-off-by: MengqingCao <cmq0113@163.com>
  • Loading branch information
MengqingCao committed Feb 6, 2025
1 parent ebfd141 commit 18981ed
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vllm_ascend_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ jobs:
uses: actions/checkout@v4
with:
repository: vllm-project/vllm
path: /__w/vllm
path: ./vllm-empty

- name: Install vllm-project/vllm from source
working-directory: /__w/vllm
working-directory: ./vllm-empty
run: |
VLLM_TARGET_DEVICE=empty pip install -e .
Expand Down
92 changes: 46 additions & 46 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
[pytest]
minversion = 6.0
norecursedirs =
/__w/vllm/tests/prefix_caching
/__w/vllm/tests/weight_loading
/__w/vllm/tests/samplers
/__w/vllm/tests/kernels
/__w/vllm/tests/quantization
/__w/vllm/tests/tool_use
/__w/vllm/tests/runai_model_streamer
/__w/vllm/tests/kv_transfer
/__w/vllm/tests/plugins
/__w/vllm/tests/plugins_tests
/__w/vllm/tests/prompt_adapter
/__w/vllm/tests/compile
/__w/vllm/tests/lora
/__w/vllm/tests/models
/__w/vllm/tests/multimodal
/__w/vllm/tests/standalone_tests
/__w/vllm/tests/async_engine
/__w/vllm/tests/mq_llm_engine
/__w/vllm/tests/tokenization
/__w/vllm/tests/core
/__w/vllm/tests/tracing
/__w/vllm/tests/engine
/__w/vllm/tests/tensorizer_loader
/__w/vllm/tests/entrypoints
/__w/vllm/tests/model_executor
/__w/vllm/tests/encoder_decoder
/__w/vllm/tests/v1
/__w/vllm/tests/spec_decode
/__w/vllm/tests/multi_step
/__w/vllm/tests/vllm_test_utils
/__w/vllm/tests/tpu
/__w/vllm/tests/distributed
/__w/vllm/tests/basic_correctness
/__w/vllm/tests/worker
/__w/vllm/tests/metrics
/__w/vllm/tests/neuron
./vllm-empty/tests/prefix_caching
./vllm-empty/tests/weight_loading
./vllm-empty/tests/samplers
./vllm-empty/tests/kernels
./vllm-empty/tests/quantization
./vllm-empty/tests/tool_use
./vllm-empty/tests/runai_model_streamer
./vllm-empty/tests/kv_transfer
./vllm-empty/tests/plugins
./vllm-empty/tests/plugins_tests
./vllm-empty/tests/prompt_adapter
./vllm-empty/tests/compile
./vllm-empty/tests/lora
./vllm-empty/tests/models
./vllm-empty/tests/multimodal
./vllm-empty/tests/standalone_tests
./vllm-empty/tests/async_engine
./vllm-empty/tests/mq_llm_engine
./vllm-empty/tests/tokenization
./vllm-empty/tests/core
./vllm-empty/tests/tracing
./vllm-empty/tests/engine
./vllm-empty/tests/tensorizer_loader
./vllm-empty/tests/entrypoints
./vllm-empty/tests/model_executor
./vllm-empty/tests/encoder_decoder
./vllm-empty/tests/v1
./vllm-empty/tests/spec_decode
./vllm-empty/tests/multi_step
./vllm-empty/tests/vllm_test_utils
./vllm-empty/tests/tpu
./vllm-empty/tests/distributed
./vllm-empty/tests/basic_correctness
./vllm-empty/tests/worker
./vllm-empty/tests/metrics
./vllm-empty/tests/neuron

addopts = --ignore=/__w/vllm/tests/test_utils.py
--ignore=/__w/vllm/tests/test_config.py
--ignore=/__w/vllm/tests/test_scalartype.py
--ignore=/__w/vllm/tests/test_embedded_commit.py
--ignore=/__w/vllm/tests/test_inputs.py
--ignore=/__w/vllm/tests/test_sharded_state_loader.py
--ignore=/__w/vllm/tests/test_logger.py
--ignore=/__w/vllm/tests/test_logits_processor.py
--ignore=/__w/vllm/tests/test_regression.py
addopts = --ignore=./vllm-empty/tests/test_utils.py
--ignore=./vllm-empty/tests/test_config.py
--ignore=./vllm-empty/tests/test_scalartype.py
--ignore=./vllm-empty/tests/test_embedded_commit.py
--ignore=./vllm-empty/tests/test_inputs.py
--ignore=./vllm-empty/tests/test_sharded_state_loader.py
--ignore=./vllm-empty/tests/test_logger.py
--ignore=./vllm-empty/tests/test_logits_processor.py
--ignore=./vllm-empty/tests/test_regression.py

testpaths =
/__w/vllm/tests
./vllm-empty/tests

0 comments on commit 18981ed

Please sign in to comment.