SDSC Voyager AI System

RP account needed

Voyager is an innovative AI system designed specifically for science and engineering research at scale. Voyager is focused on supporting research in science and engineering that is increasingly dependent upon artificial intelligence and deep learning as a critical element in the experimental and/or computational work.

GET AN ACCOUNT ON SDSC VOYAGER AI SYSTEM

Gain access to the system

Jobs

Voyager runs Kubernetes. Kubernetes is an open-source platform for managing containerized workloads and services. A Kubernetes cluster consists of a set of worker machines, called nodes, that run containerized applications. The application workloads are executed by placing containers into Pods to run on nodes. The resources required by the Pods are specified in YAML files. 

Basic YAML Example:

apiVersion: v1
kind: Pod
metadata:
        name: hpu-test-pod
spec:
        restartPolicy: Never
        containers:
        - name: gaudi-container
          image: vault.habana.ai/gaudi-docker/1.8.0/ubuntu22.04/habanalabs/tensorflow-installer-tf-cpu-2.8.4:1.8.0-690-20230214
          command: ["hl-smi"]
          resources:
            limits:
              habana.ai/gaudi: 1
              hugepages-2Mi: 3800Mi
              memory: 32G
              cpu: 1
             requests:
              memory: 32G
              cpu: 1

For computer, inference, or gaudi examples: Basic Jobs

Queue specifications

Name Purpose Nodes CPU cores / node GPUs / node Node RAM Jobs
30 days
Wait Time
30-day trend
Wall Time
30-day trend
gaudi Designed for high-performance AI training using Intel Habana Gaudi training processors. 42 Intel Xeon Gold 6336 512 GB
goya Dedicated for Habana Gaudi model inference, utilizing 2 first-generation nodes. 2 Xeon Gold 6240 (40 cores) 384 GB
compute General-purpose pre/post-data processing 36 Intelx86 (2 cores) 384 GB

Software

No software usage data is currently reported for SDSC Voyager AI System in XDMoD.

SEE ALL SOFTWARE AVAILABLE ON SDSC VOYAGER AI SYSTEM


Storage

File System

Directory Path Quota Purge Backup Notes
home /home/username 200 GB Not backed up The home directory is limited in space and should be used only for source code storage. User will have access to 200GB in /home. Users should keep usage on $HOME under 200GB.
projects /voyager/projects/project/username 153 GB Not backed up NSF mounted project space
scratch /voyager/ceph/users/username Purged when the pod is removed from the node. Not backed up Needs to be mounted as an emptyDir. Only exists while the Pod is running on the node.
ceph /voyager/ceph/users/username Not backed up The SDSC Ceph file system ( /voyager/ceph/users/$USER) IS NOT an archival file

External Storage

For more information, see: Storage


File Transfer

All of Expanse's NFS and Lustre filesystems are accessible via the Globus endpoint xsede#expanse. See Data Movement.

Supported Methods Data Transfer Node URL
GLOBUS (COMING SOON) https://www.sdsc.edu/systems/voyager/user_guide.html#narrow-wysiwyg-5