File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,14 @@ jobs:
125125 # The -Dtornado flag activates the TornadoVM profile which includes gpu-llama3 module
126126 mvn clean install -pl integration-tests/gpu-llama3 -am -DskipTests -Dtornado
127127
128+ # Step 4.5: Verify GPULlama3 JAR
129+ - name : Verify GPULlama3 JAR
130+ run : |
131+ cd ${{ github.workspace }}/quarkus-langchain4j/integration-tests/gpu-llama3
132+ echo "GPULlama3 JAR used:"
133+ echo "GPULlama3 dependency in Quarkus app:"
134+ mvn dependency:tree -q | grep -A 1 "quarkus-langchain4j-gpu-llama3" | grep -E "(quarkus-langchain4j-gpu-llama3|gpu-llama3)"
135+
128136 # Step 5: Start Quarkus Application and Wait for Startup
129137 - name : Start Quarkus Application and Wait for Startup
130138 run : |
You can’t perform that action at this time.
0 commit comments