Skip to content

Commit 36b3cb0

Browse files
authored
Merge branch 'main' into NicolaCimitile-patch-7-1
2 parents e28a67b + fe1981f commit 36b3cb0

File tree

58 files changed

+4277
-493
lines changed

Some content is hidden

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

58 files changed

+4277
-493
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

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)