mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 08:44:44 +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]:
|
||||
return {
|
||||
model.model_id: LlamaDownloadInfo(
|
||||
folder=model.model_id,
|
||||
folder="Prompt-Guard" if model.model_id == "Prompt-Guard-86M" else model.model_id,
|
||||
files=[
|
||||
"model.safetensors",
|
||||
"special_tokens_map.json",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue