Skip to content

Commit 09f4118

Browse files
Add GPULlama3 JAR verification step to Quarkus-LangChain4j workflow
1 parent cf5863c commit 09f4118

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/integration-quarkus-langchain4j.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,13 @@ 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 dependency used by Quarkus-LangChain4j:"
133+
mvn dependency:tree | grep "io.github.beehive-lab:gpu-llama3"
134+
128135
# Step 5: Start Quarkus Application and Wait for Startup
129136
- name: Start Quarkus Application and Wait for Startup
130137
run: |

0 commit comments

Comments
 (0)