Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump custom component version #7

Merged
merged 1 commit into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/generate_prompts/fondant_component.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Generate prompts
description: Component that generates a set of seed prompts
image: ghcr.io/ml6team/generate_prompts:0.6.2
image: ghcr.io/ml6team/generate_prompts:0.7.0

produces:
prompts:
Expand Down
2 changes: 1 addition & 1 deletion src/components/generate_prompts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fondant[aws,azure,gcp]==0.6.2
fondant[aws,azure,gcp, component]==0.7.0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Write to hub
description: Component that writes a dataset to the hub
image: fndnt/write_to_hf_hub:0.6.2 # We use a docker image from the Fondant Hub instead of implementing our own.
image: fndnt/write_to_hf_hub:0.7.0 # We use a docker image from the Fondant Hub instead of implementing our own.

consumes: # We fill in our data schema here. The component will write this data to the Hugging Face Hub.
images:
Expand Down
4 changes: 2 additions & 2 deletions src/pipeline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
"%%writefile components/write_to_hub_controlnet/fondant_component.yaml\n",
"name: Write to hub\n",
"description: Component that writes a dataset to the hub\n",
"image: fndnt/write_to_hf_hub:0.6.2 # We use a docker image from the Fondant Hub instead of implementing our own.\n",
"image: fndnt/write_to_hf_hub:0.7.0 # We use a docker image from the Fondant Hub instead of implementing our own.\n",
"\n",
"consumes: # We fill in our data schema here. The component will write this data to the Hugging Face Hub.\n",
" images:\n",
Expand Down Expand Up @@ -484,7 +484,7 @@
"run_explorer_app(\n",
" base_path=BASE_PATH,\n",
" container=\"fndnt/data_explorer\",\n",
" tag=\"latest\",\n",
" tag=\"0.7.0\",\n",
" port=8501,\n",
")"
]
Expand Down