Skip to content

Commit a946bac

Browse files
Merge branch 'main' into cuda-aware-openmpi
2 parents a8f270f + e2a4d0c commit a946bac

File tree

26 files changed

+915
-9
lines changed

26 files changed

+915
-9
lines changed

ai/generative-ai-service/oci_langflow/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Reviewed: 23.01.2025
77
# **Link to code**
88
[Code](https://github.com/luigisaetta/oci_langflow/tree/main)
99

10-
# Owner Luigi Saeta
1110
# License
1211

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

app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/files/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>junit</groupId>
5555
<artifactId>junit</artifactId>
56-
<version>4.12</version>
56+
<version>4.13.1</version>
5757
<scope>test</scope>
5858
</dependency>
5959
<dependency>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.5.5
171+
vllm==0.7.2
172172
vllm_nccl_cu12==2.18.1.0.4.0
173173
watchfiles==0.21.0
174174
websockets==12.0

cloud-infrastructure/compute-including-hpc/compute-software/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ This page contains information and useful links regarding Compute services that
2929
- [Transfer data to and from Oracle Cloud Infrastructure using OS tools such as sftp, scp, oci cli, curl](https://github.com/mariusscholtz/Oracle-Cloud-Infrastructure-resources/blob/main/VM-shapes/data%20transfer%20to%20OCI%20v1.0.pdf)
3030
- [Quering Compute Capacity using CloudShell](https://github.com/Olygo/OCI_ComputeCapacityReport)
3131
- [Cockpit – Web console to manage Oracle Linux](https://github.com/mariusscholtz/Oracle-Cloud-Infrastructure-resources/tree/main/cockpit) - Installation instructions for Cockpit, the System administration graphical web console for Oracle Linux
32+
- This [Document](https://github.com/skbkkl/sharkuma/blob/main/Oracle-Cloud-Infrastructure-resources/Oracle-OCI-Troubleshooting/Troubleshooting-OCI-Win-VM-Console-Connection.pdf) explain about how to troubleshoot Windows VM console connection via SAC.
3233

3334
# Useful Links
3435

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,4 +299,4 @@ journalctl -l
299299
<img src="images/32.jpg" width=500x align="top">
300300

301301

302-
**Note:** Follow the Part 2 of this Tutorial series to complete the OpenShift installation.
302+
**Note:** Follow the Part 2 of this Tutorial series to complete the OpenShift installation.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ oc get nodes
129129
2. Login to the openshift console and verify the Status panel shows everything Green.
130130
3. Navigate to the **Compute** -> **Nodes** and verify the worker node status. Refer to the sample screenshot below
131131

132-
<img src="images/2.8.jpg" width=500x align="top">
132+
<img src="images/2.8.jpg" width=500x align="top">

data-platform/data-science-vector-ml/oracle-data-science-service/document-assets/ai-quick-actions-catalog-deployment/00-invoke-deployed-mistral-model.ipynb

Lines changed: 214 additions & 0 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Copyright (c) 2025 Oracle and/or its affiliates.
2+
3+
The Universal Permissive License (UPL), Version 1.0
4+
5+
Subject to the condition set forth below, permission is hereby granted to any
6+
person obtaining a copy of this software, associated documentation and/or data
7+
(collectively the "Software"), free of charge and under any and all copyright
8+
rights in the Software, and any and all patent rights owned or freely
9+
licensable by each licensor hereunder covering either (i) the unmodified
10+
Software as contributed to or provided by such licensor, or (ii) the Larger
11+
Works (as defined below), to deal in both
12+
13+
(a) the Software, and
14+
(b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
15+
one is included with the Software (each a "Larger Work" to which the Software
16+
is contributed by such licensors),
17+
18+
without restriction, including without limitation the rights to copy, create
19+
derivative works of, display, perform, and distribute the Software and make,
20+
use, sell, offer for sale, import, export, have made, and have sold the
21+
Software and the Larger Work(s), and to sublicense the foregoing rights on
22+
either these or other terms.
23+
24+
This license is subject to the following condition:
25+
The above copyright notice and either this complete permission notice or at
26+
a minimum a reference to the UPL must be included in all copies or
27+
substantial portions of the Software.
28+
29+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
32+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
34+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
35+
SOFTWARE.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# AI Quick Actions: Deploy LLM from Catalog
2+
3+
This document covers how to use AI Quick Actions within OCI Data Science to deploy a foundational model from the AI Quick Actions Catalog.
4+
5+
Reviewed: 2025.02.07
6+
7+
8+
# When to use this asset?
9+
10+
Use this asset as support material when working on how to use AI Quick Actions within OCI Data Science to deploy a foundational model from the AI Quick Actions Catalog.
11+
12+
13+
# How to use this asset?
14+
15+
This asset is provided as general purpose material. Please tailor the content according to your context and needs.
16+
17+
18+
# License
19+
20+
Copyright (c) 2025 Oracle and/or its affiliates.
21+
22+
Licensed under the Universal Permissive License (UPL), Version 1.0.
23+
24+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

0 commit comments

Comments
 (0)