Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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 Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM kernai/refinery-parent-images:v2.0.0-torch-cpu
FROM registry.dev.kern.ai/code-kern-ai/refinery-parent-images:parent-image-updates-torch-cpu

WORKDIR /program

Expand Down
2 changes: 1 addition & 1 deletion dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM kernai/refinery-parent-images:v2.0.0-torch-cpu
FROM registry.dev.kern.ai/code-kern-ai/refinery-parent-images:parent-image-updates-torch-cpu

WORKDIR /app

Expand Down
55 changes: 48 additions & 7 deletions gpu-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ fsspec==2025.7.0
# -r requirements/torch-cuda-requirements.txt
# huggingface-hub
# torch
greenlet==3.2.4
# via sqlalchemy
h11==0.16.0
# via
# -r requirements/torch-cuda-requirements.txt
Expand Down Expand Up @@ -130,9 +132,9 @@ langcodes==3.5.0
# via spacy
language-data==1.3.0
# via langcodes
marisa-trie==1.2.1
marisa-trie==1.3.0
# via language-data
markdown-it-py==3.0.0
markdown-it-py==4.0.0
# via rich
markupsafe==3.0.2
# via
Expand Down Expand Up @@ -167,6 +169,43 @@ numpy==1.23.4
# thinc
# torchvision
# transformers
nvidia-cublas-cu12==12.8.4.1
# via
# nvidia-cudnn-cu12
# nvidia-cusolver-cu12
# torch
nvidia-cuda-cupti-cu12==12.8.90
# via torch
nvidia-cuda-nvrtc-cu12==12.8.93
# via torch
nvidia-cuda-runtime-cu12==12.8.90
# via torch
nvidia-cudnn-cu12==9.10.2.21
# via torch
nvidia-cufft-cu12==11.3.3.83
# via torch
nvidia-cufile-cu12==1.13.1.3
# via torch
nvidia-curand-cu12==10.3.9.90
# via torch
nvidia-cusolver-cu12==11.7.3.90
# via torch
nvidia-cusparse-cu12==12.5.8.93
# via
# nvidia-cusolver-cu12
# torch
nvidia-cusparselt-cu12==0.7.1
# via torch
nvidia-nccl-cu12==2.27.3
# via torch
nvidia-nvjitlink-cu12==12.8.93
# via
# nvidia-cufft-cu12
# nvidia-cusolver-cu12
# nvidia-cusparse-cu12
# torch
nvidia-nvtx-cu12==12.8.90
# via torch
openai==1.97.1
# via -r requirements/gpu-requirements.in
packaging==25.0
Expand Down Expand Up @@ -242,7 +281,7 @@ requests==2.32.4
# spacy
# transformers
# weasel
rich==14.0.0
rich==14.1.0
# via typer
s3transfer==0.13.1
# via
Expand Down Expand Up @@ -312,12 +351,12 @@ tokenizers==0.21.2
# via
# -r requirements/torch-cuda-requirements.txt
# transformers
torch==2.7.1
torch==2.8.0
# via
# -r requirements/torch-cuda-requirements.txt
# sentence-transformers
# torchvision
torchvision==0.22.1
torchvision==0.23.0
# via -r requirements/gpu-requirements.in
tqdm==4.67.1
# via
Expand All @@ -331,7 +370,9 @@ transformers==4.53.2
# via
# -r requirements/torch-cuda-requirements.txt
# sentence-transformers
typer==0.16.0
triton==3.4.0
# via torch
typer==0.16.1
# via
# spacy
# weasel
Expand Down Expand Up @@ -364,7 +405,7 @@ wasabi==1.1.3
# weasel
weasel==0.4.1
# via spacy
wrapt==1.17.2
wrapt==1.17.3
# via smart-open

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion gpu.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM kernai/refinery-parent-images:v2.0.0-torch-cuda
FROM registry.dev.kern.ai/code-kern-ai/refinery-parent-images:parent-image-updates-torch-cuda

WORKDIR /program

Expand Down
14 changes: 8 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ fsspec==2025.7.0
# -r requirements/torch-cpu-requirements.txt
# huggingface-hub
# torch
greenlet==3.2.4
# via sqlalchemy
h11==0.16.0
# via
# -r requirements/torch-cpu-requirements.txt
Expand Down Expand Up @@ -130,9 +132,9 @@ langcodes==3.5.0
# via spacy
language-data==1.3.0
# via langcodes
marisa-trie==1.2.1
marisa-trie==1.3.0
# via language-data
markdown-it-py==3.0.0
markdown-it-py==4.0.0
# via rich
markupsafe==3.0.2
# via
Expand Down Expand Up @@ -312,12 +314,12 @@ tokenizers==0.21.2
# via
# -r requirements/torch-cpu-requirements.txt
# transformers
torch==2.7.1
torch==2.8.0+cpu
# via
# -r requirements/torch-cpu-requirements.txt
# sentence-transformers
# torchvision
torchvision==0.22.1
torchvision==0.23.0+cpu
# via -r requirements/requirements.in
tqdm==4.67.1
# via
Expand All @@ -331,7 +333,7 @@ transformers==4.53.2
# via
# -r requirements/torch-cpu-requirements.txt
# sentence-transformers
typer==0.16.0
typer==0.16.1
# via
# spacy
# weasel
Expand Down Expand Up @@ -364,7 +366,7 @@ wasabi==1.1.3
# weasel
weasel==0.4.1
# via spacy
wrapt==1.17.2
wrapt==1.17.3
# via smart-open

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/gpu-requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r torch-cuda-requirements.txt
spacy==3.7.5
torchvision==0.22.1 # define version for torchvision to avoid dependency conflict
torchvision==0.23.0 # define version for torchvision to avoid dependency conflict
sentence-transformers==5.0.0 # last version with default_prompt_name & pooling_mode_weightedmean_tokens # higher only possible with embedders/gates change
openai==1.97.1
2 changes: 1 addition & 1 deletion requirements/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r torch-cpu-requirements.txt
spacy==3.7.5
torchvision==0.22.1 # define version for torchvision to avoid dependency conflict
torchvision==0.23.0
sentence-transformers==5.0.0 # last version with default_prompt_name & pooling_mode_weightedmean_tokens # higher only possible with embedders/gates change
openai==1.97.1
2 changes: 1 addition & 1 deletion requirements/torch-cpu-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ threadpoolctl==3.6.0
# via scikit-learn
tokenizers==0.21.2
# via transformers
torch==2.7.1
torch==2.8.0
# via -r torch-cpu-requirements.in
tqdm==4.67.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/torch-cuda-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ threadpoolctl==3.6.0
# via scikit-learn
tokenizers==0.21.2
# via transformers
torch==2.7.1
torch==2.8.0
# via -r torch-cuda-requirements.in
tqdm==4.67.1
# via
Expand Down