Skip to content

Commit 7a49567

Browse files
committed
🔧 Set default version of replicate-models
1 parent 87d227b commit 7a49567

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/publish-replicate-models.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
version: [
13+
{ name: "default", models: "meta/meta-llama-3-8b-instruct,meta/meta-llama-3-70b-instruct,meta/meta-llama-3.1-405b-instruct,black-forest-labs/flux-schnell,black-forest-labs/flux-dev,black-forest-labs/flux-pro" },
1314
{ name: "llama3", models: "meta/meta-llama-3-8b-instruct,meta/meta-llama-3-70b-instruct,meta/meta-llama-3.1-405b-instruct" },
1415
{ name: "flux", models: "black-forest-labs/flux-schnell,black-forest-labs/flux-dev,black-forest-labs/flux-pro" }
1516
]

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>io.graversen</groupId>
4949
<artifactId>replicate-models</artifactId>
50-
<version>${project.version}</version>
50+
<version>0.0.0-default</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>io.github.openfeign</groupId>

replicate-models/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<modelVersion>4.0.0</modelVersion>
1313
<artifactId>replicate-models</artifactId>
14-
<version>0.0.0</version> <!-- Setting version tag explicitly to allow override -->
14+
<version>0.0.0-default</version> <!-- Setting version tag explicitly to allow override -->
1515

1616
<properties>
1717
<jsonschema2pojo.version>1.2.2</jsonschema2pojo.version>

0 commit comments

Comments
 (0)