Skip to content

Commit 632af03

Browse files
FIX: Replacing expired PARs in cpu_inference blueprints. (#104)
1 parent 7411e9c commit 632af03

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/sample_blueprints/model_serving/cpu-inference/cpu-inference-gemma.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"recipe_node_shape": "BM.Standard.E5.192",
77
"input_object_storage": [
88
{
9-
"par": "https://objectstorage.us-ashburn-1.oraclecloud.com/p/0LYMMBRGg_OEm_hzp9BG8BlQx7Ccpy3gY-gRzjQQFZRU6peG0pXyHTRHUGZLp82E/n/iduyx1qnmway/b/ollama-models/o/",
9+
"par": "https://objectstorage.us-ashburn-1.oraclecloud.com/p/3qaZRZ0A38V-k0A0eYPqx8XPB06V2WLTj6zOYXKYK97k--yNzEqcV3qsa0MdUcr3/n/iduyx1qnmway/b/ollama-models/o/",
1010
"mount_location": "/models",
1111
"volume_size_in_gbs": 20
1212
}

docs/sample_blueprints/model_serving/cpu-inference/cpu-inference-mistral-bm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"recipe_node_shape": "BM.Standard.E4.128",
77
"input_object_storage": [
88
{
9-
"par": "https://objectstorage.us-ashburn-1.oraclecloud.com/p/0LYMMBRGg_OEm_hzp9BG8BlQx7Ccpy3gY-gRzjQQFZRU6peG0pXyHTRHUGZLp82E/n/iduyx1qnmway/b/ollama-models/o/",
9+
"par": "https://objectstorage.us-ashburn-1.oraclecloud.com/p/3qaZRZ0A38V-k0A0eYPqx8XPB06V2WLTj6zOYXKYK97k--yNzEqcV3qsa0MdUcr3/n/iduyx1qnmway/b/ollama-models/o/",
1010
"mount_location": "/models",
1111
"volume_size_in_gbs": 20
1212
}

docs/sample_blueprints/model_serving/cpu-inference/cpu-inference-mistral-vm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"recipe_flex_shape_memory_size_in_gbs": 64,
99
"input_object_storage": [
1010
{
11-
"par": "https://objectstorage.us-ashburn-1.oraclecloud.com/p/0LYMMBRGg_OEm_hzp9BG8BlQx7Ccpy3gY-gRzjQQFZRU6peG0pXyHTRHUGZLp82E/n/iduyx1qnmway/b/ollama-models/o/",
11+
"par": "https://objectstorage.us-ashburn-1.oraclecloud.com/p/3qaZRZ0A38V-k0A0eYPqx8XPB06V2WLTj6zOYXKYK97k--yNzEqcV3qsa0MdUcr3/n/iduyx1qnmway/b/ollama-models/o/",
1212
"mount_location": "/models",
1313
"volume_size_in_gbs": 20
1414
}

0 commit comments

Comments
 (0)