Skip to content

Commit f3aed79

Browse files
Introduce CI Actions for Quarkus-LangChain4j integration tests with GPULlama3.
1 parent b9346af commit f3aed79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
139139
# Start the Quarkus application in the background
140140
java @"$TORNADO_SDK/tornado-argfile" \
141-
-Dtornado.device.memory=8GB
141+
-Dtornado.device.memory=8GB \
142142
-Dquarkus.http.port=$QUARKUS_PORT \
143143
-jar target/quarkus-app/quarkus-run.jar &
144144
APP_PID=$!

0 commit comments

Comments
 (0)