diff --git a/.github/workflows/python-demos.yml b/.github/workflows/python-demos.yml index 15b8c0ad..ec23ec1c 100644 --- a/.github/workflows/python-demos.yml +++ b/.github/workflows/python-demos.yml @@ -60,7 +60,7 @@ jobs: run: python3 -m pip install -r requirements.txt - name: Download resource files - run: curl http://${{secrets.PV_CICD_RES_SERVER_AUTHORITY}}/github/picollm/res/phi2-290.pllm/latest/phi2-290.pllm -o phi2-290.pllm + run: curl http://${{secrets.PV_CICD_RES_SERVER_AUTHORITY}}/github/picollm/res/phi2-290.pllm/03-280e68c/phi2-290.pllm -o phi2-290.pllm - name: Test run: python3 picollm_demo_completion.py --access_key ${{secrets.PV_VALID_ACCESS_KEY}} --model_path phi2-290.pllm --completion_token_limit 10 --prompt "Hello my name is" --device ${{matrix.xpu}} diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 12a36d51..5d42a9f5 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -68,7 +68,7 @@ jobs: run: python3 -m pip install -r binding/python/requirements.txt - name: Download resource files - run: curl http://${{secrets.PV_CICD_RES_SERVER_AUTHORITY}}/github/picollm/res/phi2-290.pllm/latest/phi2-290.pllm -o phi2-290.pllm + run: curl http://${{secrets.PV_CICD_RES_SERVER_AUTHORITY}}/github/picollm/res/phi2-290.pllm/03-280e68c/phi2-290.pllm -o phi2-290.pllm - name: Test run: python3 -m binding.python.test_picollm ${{secrets.PV_VALID_ACCESS_KEY}} ./phi2-290.pllm ${{matrix.xpu}}