mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 01:03:59 +00:00
Update safety_models.py
This commit is contained in:
parent
38b580db02
commit
ef2b686ff4
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ def prompt_guard_model_sku_map() -> Dict[str, Any]:
|
||||||
def prompt_guard_download_info_map() -> Dict[str, LlamaDownloadInfo]:
|
def prompt_guard_download_info_map() -> Dict[str, LlamaDownloadInfo]:
|
||||||
return {
|
return {
|
||||||
model.model_id: LlamaDownloadInfo(
|
model.model_id: LlamaDownloadInfo(
|
||||||
folder=model.model_id,
|
folder="Prompt-Guard" if model.model_id == "Prompt-Guard-86M" else model.model_id,
|
||||||
files=[
|
files=[
|
||||||
"model.safetensors",
|
"model.safetensors",
|
||||||
"special_tokens_map.json",
|
"special_tokens_map.json",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue