We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c764752 commit 2bc2bd1Copy full SHA for 2bc2bd1
1 file changed
.github/workflows/integration-quarkus-langchain4j.yml
@@ -89,7 +89,9 @@ jobs:
89
- name: Clone Quarkus LangChain4j
90
run: |
91
cd ${{ github.workspace }}
92
- git clone https://github.com/quarkiverse/quarkus-langchain4j.git
+ # 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
95
96
# Step 3: Build Quarkus LangChain4j (optimized)
97
- name: Build Quarkus LangChain4j
0 commit comments