Skip to content

Commit df2cc46

Browse files
authored
Merge branch 'main' into sylwesterdec-patch-1
2 parents a3619d2 + b6ce2c7 commit df2cc46

File tree

98 files changed

+4497
-596
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+4497
-596
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2023 Oracle and/or its affiliates.
1+
Copyright (c) 2024 Oracle and/or its affiliates.
22

33
The Universal Permissive License (UPL), Version 1.0
44

app-dev/VisualBuilder

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Sample application developed using Visual Builder platform

cloud-infrastructure/ai-infra-gpu/GPU/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ Reviewed: 07.11.2023
1717
- Deploy UbiOps on Oracle Cloud using Oracle Kubernetes Engines (OKE) and GPU instances
1818

1919
- [A deep fake example on Oracle Cloud Infrastructure](https://blogs.oracle.com/cloud-infrastructure/post/a-deepfake-example-on-oracle-cloud-infrastructure)
20-
- Running Faceswap on Oracle Cloud
20+
- Running Faceswap on Oracle Cloud
21+
22+
- [Video surveillance and analytics software performance on OCI](https://blogs.oracle.com/cloud-infrastructure/post/video-surveillance-analytics-performance-oci)
23+
- Run video surveillance and analytics software on OCI
2124

2225
## LiveLabs
2326
- [Running Faceswap on OCI](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=798&session=4731494759204)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FROM <region-key>.ocir.io/<tenancy-namespace>/triton_llm:triton_trt_llm_23.12_manual_build
2+
3+
COPY output_llama_hf /app/output_llama_hf
4+
5+
COPY model_repo /app/model_repo
6+
7+
RUN mkdir /app/cache
8+
RUN chmod 777 /app/cache

cloud-infrastructure/ai-infra-gpu/GPU/triton-gpu-oke/README.md

Lines changed: 375 additions & 0 deletions
Large diffs are not rendered by default.
151 KB
Loading

0 commit comments

Comments
 (0)