Skip to content

Commit

Permalink
[tnx][ci] add resnet test w/o requirements.txt (#1817)
Browse files Browse the repository at this point in the history
  • Loading branch information
tosterberg authored Apr 26, 2024
1 parent f6b773d commit 57d32bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/llm_inf2_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
working-directory: tests/integration
run: |
./launch_container.sh deepjavalibrary/djl-serving:$DJLSERVING_DOCKER_TAG $PWD/models pytorch-inf2-1 \
serve -m test::Python:nc0=file:/opt/ml/model/resnet18_inf2_2_4.tar.gz
serve -m test::Python:nc0=file:/opt/ml/model/resnet18_no_reqs_inf2_2_4.tar.gz
./test_client.sh image/jpg models/kitten.jpg
docker rm -f $(docker ps -aq)
- name: Test transformers-neuronx gpt2 with handler
Expand Down
1 change: 1 addition & 0 deletions tests/integration/download_models.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ aarch_models_urls=(

inf2_models_urls=(
"https://resources.djl.ai/test-models/pytorch/resnet18_inf2_2_4.tar.gz"
"https://resources.djl.ai/test-models/pytorch/resnet18_no_reqs_inf2_2_4.tar.gz"
)

download() {
Expand Down

0 comments on commit 57d32bc

Please sign in to comment.