Skip to content

Commit 2bc2bd1

Browse files
Temp quarkus-langchain4j checkout from hotfix branch
1 parent c764752 commit 2bc2bd1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ jobs:
8989
- name: Clone Quarkus LangChain4j
9090
run: |
9191
cd ${{ github.workspace }}
92-
git clone https://github.com/quarkiverse/quarkus-langchain4j.git
92+
# git clone https://github.com/quarkiverse/quarkus-langchain4j.git
93+
git clone --branch fix/gpu-llama3-config-registration \
94+
https://github.com/orionpapadakis/quarkus-langchain4j.git
9395
9496
# Step 3: Build Quarkus LangChain4j (optimized)
9597
- name: Build Quarkus LangChain4j

0 commit comments

Comments
 (0)