You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Short & simple scripts for basic health checks, downaloading AI models, etc.
1
+
# Basic Utility Scripts
2
+
3
+
This page contains useful scripts for basic actions, such as checking CUDA health or downloading AI model.
4
+
5
+
Reviewed: 08.06.2024
6
+
7
+
# When to use this asset?
8
+
9
+
When you are planning to install and run a pretrained AI model from Huggingface on an OCI GPU instance.
10
+
The examples use LLAMA3, for illustrative purposes, and Torch library.
11
+
12
+
# How to use this asset?
13
+
14
+
1. Run `pip install -r requirements.txt`
15
+
2. Pick a script from this directory based on its self-descriptive name, and review its content before using. Some scripts contains placeholders such as YOUR TOKEN to be replaced by Huggingface access token
16
+
3. Run the script. As some scripts may need to download an AI model, its first invocation may take time
17
+
18
+
## Prerequisites & Docs
19
+
20
+
### Prerequisites
21
+
22
+
* An OCI GPU instance
23
+
* A Huggingface account with a valid Auth Token
24
+
25
+
# License
26
+
27
+
Copyright (c) 2024 Oracle and/or its affiliates.
28
+
29
+
Licensed under the Universal Permissive License (UPL), Version 1.0.
30
+
31
+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.
0 commit comments