Skip to content

Commit 8d5e298

Browse files
committed
make it use uv
1 parent 10f3e10 commit 8d5e298

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

huggingface-sagemaker/configs/feature_engineering_config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ settings:
3939
AWS_SESSION_TOKEN: "Randomstr"
4040
GIT_CURL_VERBOSE: 1
4141
GIT_TRACE: 1
42+
python_package_installer: "uv"
4243

4344
orchestrator.kubeflow:
4445
resources:

huggingface-sagemaker/configs/trainer_config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ settings:
2929
environment:
3030
GIT_CURL_VERBOSE: 1
3131
GIT_TRACE: 1
32+
python_package_installer: "uv"
3233

3334
orchestrator.kubeflow:
3435
resources:

0 commit comments

Comments
 (0)