Skip to content

Commit 5ed9c98

Browse files
authored
Merge branch 'main' into amyles
2 parents ee6ae5e + 5cce6ce commit 5ed9c98

File tree

69 files changed

+2074
-898
lines changed

Some content is hidden

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

69 files changed

+2074
-898
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ Reviewed: 26.02.2024
2929
- The use case involves deploying distinct AI models, including JAIS for Arabic, and utilizing various ML libraries like PyTorch, with each model requiring different BM shapes, such as BM.GPU.H100.8, to process the expected throughput of requests efficiently.
3030
- [ETIQMEDIA certifies their automated video transcription and indexation solution on OCI](https://blogs.oracle.com/cloud-infrastructure/post/etiqmedia-video-transcription-indexation-oci)
3131
- ETIQMEDIA, in collaboration with Telefonica, has just certified their automated video transcription and indexation solution on Oracle Cloud Infrastructure (OCI)
32+
- [Accelerate Quantum Espresso simulations with GPU Shapes on OCI](https://blogs.oracle.com/cloud-infrastructure/post/accelerate-quantum-espresso-simulation-oci-gpu)
33+
- The usage of OCI GPU shapes powered by NVIDIA can bring great benefits to running Quantum ESPRESSO
34+
- [How to Run NVIDIA NeMo on Oracle Cloud Infrastructure](https://blogs.oracle.com/cloud-infrastructure/post/run-nvidia-nemo-oci)
35+
- We demonstrate how easy and effective it is to run NVIDIA NeMo on Oracle Cloud Infrastructure (OCI) using the NGC container powered by NVIDIA
3236

3337
## Tutorials
3438

@@ -46,11 +50,15 @@ Reviewed: 26.02.2024
4650

4751
- [Transform your Organization with Oracle Artificial Intelligence](https://videohub.oracle.com/media/Transform+your+Organization+with+Oracle+Artificial+Intelligence/1_8rhx6ua9)
4852
- Transform your Organization with Oracle Artificial Intelligence
53+
- [AI Mastercall - Introduction to Oracle Cloud’s GPU and AI Infrastructure ](https://videohub.oracle.com/media/Introduction+to+Oracle+Cloud%E2%80%99s+GPU+and+AI+Infrastructure/1_bx8g4wnl)
54+
- Get an overview and a demonstration of vLLM using Mistral 7B inference on the GPU compute service OCI
4955

5056
## Cloud Coaching Events
5157

5258
- [Running AI on NVIDIA A10 GPUs in Oracle Cloud](https://www.youtube.com/watch?v=auvNHWoblIA)
5359
- How to run AI on NVIDIA A10 GPUs in Oracle Cloud
60+
- [Developing an AI driven Analytics Assistant on OCI](https://www.youtube.com/watch?v=jMhwDiD1Kiw)
61+
- How to develop and run AI Assistants with embedded analytics and visuals, built using LLMs deployed on OCI GPUs in the customer’s preferred OCI region.
5462

5563
## Re-useable Assets
5664

cloud-infrastructure/ai-infra-gpu/ai-infrastructure/rag-langchain-vllm-mistral/files/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jsonpatch==1.33
4747
jsonpointer==2.4
4848
jsonschema==4.21.1
4949
jsonschema-specifications==2023.12.1
50-
langchain==0.1.16
50+
langchain==0.2.10
5151
langchain-community==0.2.9
5252
langchain-core==0.1.46
5353
langchain-text-splitters==0.0.1
@@ -168,7 +168,7 @@ tzdata==2024.1
168168
urllib3==2.2.2
169169
uvicorn==0.29.0
170170
uvloop==0.19.0
171-
vllm==0.4.1
171+
vllm==0.5.5
172172
vllm_nccl_cu12==2.18.1.0.4.0
173173
watchfiles==0.21.0
174174
websockets==12.0

cloud-infrastructure/multicloud/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Multicloud architectures leverage the coordinated use of cloud services from two or more public cloud vendors. Organizations use multicloud environments to distribute computing resources and minimize the risk of downtime and data loss. Organizations may also adopt two or more public cloud providers for their unique capabilities.
44

5-
Reviewed: 13.05.2024
5+
Reviewed: 20.09.2024
66

77
# Team Publications
88

data-platform/core-converged-db/database-23ai/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,12 @@ Reviewed: 21.08.2024
9292
- [Oracle Database Advisors](https://blogs.oracle.com/coretec/post/oracle-database-advisors-overview)
9393
- [Getting started with vectors in 23ai](https://blogs.oracle.com/coretec/post/getting-started-with-vectors-in-23ai)
9494
- [JSON in Oracle Database](https://blogs.oracle.com/coretec/post/json-in-oracle-database)
95+
- [Bigfile Tablespace Shrink](https://blogs.oracle.com/coretec/post/bigfile-tablespace-shrink)
9596
- [23ai blogs on blogs.oracle.com/coretec](https://blogs.oracle.com/coretec/category/cased-concurrency-control-rt-23ai)
9697

9798
## Videos
99+
- [Lock-Free Reservation](https://youtu.be/h6YvDoBfeyg)
100+
- [Materialized Views on JSON Collection Tables](https://youtu.be/C2wXcJyJjUE)
98101
- [High Performance Data Streaming with Fast Lookup and Fast Ingest](https://youtu.be/IMnbSRmFTVk)
99102
- [New Features in Hybrid Partitiong](https://youtu.be/xF2wKjI1ZGs)
100103
- [Search in TEXT, XML, and JSON data](https://www.youtube.com/watch?v=zmR9zq1zMJQ)

data-platform/core-converged-db/database-23ai/lock-free_reservation/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ By avoiding the traditional locking mechanism during updates, this feature allow
66
to concurrently add or subtract from the same row’s reservable column without blocking each other by specifying the conditions for which the updates may proceed.
77
Especially online applications updating intensively and with huge concurrency, low cardinality tables can take advantage of this new feature.
88

9-
Reviewed: 03.09.2024
9+
Reviewed: 26.09.2024
1010

1111
# Useful Links
1212

@@ -15,16 +15,20 @@ Reviewed: 03.09.2024
1515
- [Database Concepts](https://docs.oracle.com/en/database/oracle/oracle-database/23/cncpt/tables-and-table-clusters.html#GUID-7C6A8E8A-F634-4D0D-877A-F948D6101066)
1616
- [Database Developer Guide](https://docs.oracle.com/en/database/oracle/oracle-database/23/adfns/using-lock-free-reservation.html#GUID-60D87F8F-AD9B-40A6-BB3C-193FFF0E60BB)
1717
- [SQL Language Reference](https://docs.oracle.com/en/database/oracle/oracle-database/23/sqlrf/CREATE-TABLE.html#GUID-F9CE0CC3-13AE-4744-A43C-EAC7A71AAAB6)
18+
- [Documentation: Guidelines and Restrictions for Lock-Free Reservation](https://docs.oracle.com/en/database/oracle/oracle-database/23/adfns/using-lock-free-reservation.html#GUID-B2C0C556-64D0-47B6-B8AE-C97AD56A0F96)
1819

1920

2021
# Team Publications
2122

2223
## Blogs
24+
2325
- [Lock-free reservation: how to start with](https://blogs.oracle.com/coretec/post/lock-free-reservation-in-23c)
2426
- [Lock-free reservation: scale your apps](https://blogs.oracle.com/coretec/post/lockfree-reservation-in-23c-scale-your-apps)
2527

2628
## Videos
29+
2730
- [23ai Playlist](https://www.youtube.com/playlist?list=PLHA__TOeNI7MNBND0JWQUqTYOQ1up-VHX)
31+
- [Lock-Free Reservation](https://youtu.be/h6YvDoBfeyg)
2832

2933
# License
3034

data-platform/core-converged-db/db-json/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ Reviewed Date: 19.8.2024
4040
## Videos
4141

4242
- [JSON in Oracle Database 23ai](https://www.youtube.com/watch?v=KMgsb-BWWc0&list=PLHA__TOeNI7MNBND0JWQUqTYOQ1up-VHX&pp=gAQBiAQB)
43+
- [Materialized Views on JSON Collection Tables](https://youtu.be/C2wXcJyJjUE)
44+
4345
# License
4446

4547
Copyright (c) 2024 Oracle and/or its affiliates.

data-platform/core-converged-db/dotnet-aq/README.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)