|
599 | 599 | "description": "Classifies the blueprint by intent.", |
600 | 600 | "oneOf": [ |
601 | 601 | { |
602 | | - "const": "workload_blueprint", |
603 | | - "title": "Workload blueprint", |
604 | | - "description": "End‑to‑end workloads such as inference, fine‑tuning, benchmarking, or health‑checking that deliver a runnable solution." |
| 602 | + "const": "gpu_benchmarking", |
| 603 | + "title": "GPU Benchmarking", |
| 604 | + "description": "Benchmarks for measuring GPU performance, compute throughput, memory bandwidth, and hardware utilization across different workloads and configurations." |
605 | 605 | }, |
606 | 606 | { |
607 | | - "const": "platform_feature_blueprint", |
608 | | - "title": "Platform‑feature blueprint", |
609 | | - "description": "Demonstrates how to use a specific OCI AI Blueprints capability (autoscaling, shared pools, MIG, etc.) that users can copy into other blueprints." |
| 607 | + "const": "gpu_health_check", |
| 608 | + "title": "GPU Health Check", |
| 609 | + "description": "Diagnostic tools and health monitoring solutions for validating GPU functionality, detecting hardware issues, and ensuring optimal GPU cluster operations." |
| 610 | + }, |
| 611 | + { |
| 612 | + "const": "model_fine_tuning", |
| 613 | + "title": "Model Fine-tuning", |
| 614 | + "description": "End-to-end solutions for fine-tuning pre-trained machine learning models on custom datasets, including parameter-efficient methods like LoRA and full fine-tuning approaches." |
| 615 | + }, |
| 616 | + { |
| 617 | + "const": "model_serving", |
| 618 | + "title": "Model Serving", |
| 619 | + "description": "Inference and model serving solutions for deploying trained models as scalable services, including real-time inference, batch processing, and multi-model serving scenarios." |
| 620 | + }, |
| 621 | + { |
| 622 | + "const": "platform_features", |
| 623 | + "title": "Platform Features", |
| 624 | + "description": "Demonstrations of specific OCI AI Blueprints platform capabilities such as autoscaling, shared node pools, MIG configurations, storage integrations, and networking features." |
| 625 | + }, |
| 626 | + { |
| 627 | + "const": "other", |
| 628 | + "title": "Other", |
| 629 | + "description": "General-purpose blueprints and specialized use cases that don't fit into the standard categories, including experimental workflows and custom integrations." |
610 | 630 | } |
611 | 631 | ] |
612 | 632 | }, |
|
0 commit comments