Skip to content

Commit 1aca083

Browse files
committed
Release latest templates
1 parent cb43c38 commit 1aca083

File tree

6 files changed

+9
-12
lines changed

6 files changed

+9
-12
lines changed

superduper/components/template.py

+4-7
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,10 @@ def download(name: str = '*', path='./templates'):
121121
"""
122122
base_url = 'https://superduper-public-templates.s3.us-east-2.amazonaws.com'
123123
versions = {
124-
'llm_finetuning': '0.6.0',
125-
'multimodal_image_search': '0.6.0',
126-
'multimodal_video_search': '0.6.0',
127-
'pdf_rag': '0.6.0',
128-
'rag': '0.6.0',
129-
'simple_rag': '0.6.0',
130-
'text_vector_search': '0.6.0',
124+
'llm_finetuning': '0.6.1',
125+
'multimodal_video_search': '0.6.1',
126+
'pdf_rag': '0.6.1',
127+
'simple_rag': '0.6.1',
131128
'transfer_learning': '0.6.0',
132129
}
133130
templates = {k: base_url + f'/{k}-{versions[k]}.zip' for k in versions}

templates/llm_finetuning/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0
1+
0.6.1
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0
1+
0.6.1

templates/pdf_rag/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0
1+
0.6.1

templates/simple_rag/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0
1+
0.6.1

templates/transfer_learning/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0
1+
0.6.1

0 commit comments

Comments
 (0)