File tree Expand file tree Collapse file tree 5 files changed +78
-86
lines changed
Expand file tree Collapse file tree 5 files changed +78
-86
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ jobs:
171171 distributed_backend: null
172172 dpo_output_dir: '.'
173173 provider_id: huggingface
174- provider_type: inline::huggingface
174+ provider_type: inline::huggingface-gpu
175175 safety:
176176 - config:
177177 excluded_categories: []
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ dependencies = [
2828 # Used by auth/k8s integration
2929 " kubernetes>=30.1.0" ,
3030 # Used to call Llama Stack APIs
31- " llama-stack==0.2.18 " ,
32- " llama-stack-client==0.2.18 " ,
31+ " llama-stack==0.2.19 " ,
32+ " llama-stack-client==0.2.19 " ,
3333 # Used by Logger
3434 " rich>=14.0.0" ,
3535 # Used by JWK token auth handler
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ providers:
7171 distributed_backend : null
7272 dpo_output_dir : " ."
7373 provider_id : huggingface
74- provider_type : inline::huggingface
74+ provider_type : inline::huggingface-gpu
7575 safety :
7676 - config :
7777 excluded_categories : []
Original file line number Diff line number Diff line change 22
33# Minimal and maximal supported Llama Stack version
44MINIMAL_SUPPORTED_LLAMA_STACK_VERSION = "0.2.17"
5- MAXIMAL_SUPPORTED_LLAMA_STACK_VERSION = "0.2.18 "
5+ MAXIMAL_SUPPORTED_LLAMA_STACK_VERSION = "0.2.19 "
66
77UNABLE_TO_PROCESS_RESPONSE = "Unable to process this request"
88
You can’t perform that action at this time.
0 commit comments