Denvr AI Services Docs
  • Welcome to Denvr AI Services Docs!
  • OVERVIEW
    • Getting started
      • Launch a virtual machine
      • Secure Shell (SSH): Best Practices
      • API Usage samples
      • Registration
    • Data centers
    • Shared responsibility model
    • Technical support
    • What's new!
  • PLATFORM
    • Dashboard
    • Applications
    • Virtual machines
    • Bare metal
    • Storage
    • Networking
    • User management
    • Billing
  • API Reference
    • Authentication
    • Clusters
    • Applications
    • Virtual machines
    • VPCs
    • Bare metal
  • Additional Information
    • FAQs
      • Desktop vs data center GPUs
      • Differences of bare metal and virtual machines
      • GPU monitoring
      • Using Github with SSH keys
      • Data persistence and recovery
      • Do you support Kubernetes?
      • Installing GPU drivers
      • What is the network bandwidth?
      • What ports are publicly accessible?
      • What is persistent local storage?
      • Adding DAS to /etc/fstab
      • Provisioning States
    • Policies
      • Terms of Service
      • Privacy Policy
      • Maintenance policy
Powered by GitBook
On this page
  • Direct Attached
  • Network Attached
  • General Storage
  • High-Performance Storage
  1. PLATFORM

Storage

Denvr AI Compute provide two primary storage categories.

PreviousBare metalNextNetworking

Last updated 7 days ago

  • Direct Attached Storage (DAS)

  • Network Attached Storage (NAS)

Direct Attached

Low latency ephemeral storage, ideal for caching training datasets, model checkpoints and intermediate results. Denvr hosts include up to 30TB with read throughput up to 30 GB/s. On Denvr virtual machines these disks can be formatted and mounted with the following:

sudo mkfs -t ext4 /dev/vdc
mkdir -p /home/ubuntu/direct-attached
mount /dev/vdc /home/ubuntu/direct-attached

Tips

  • Cache your models and datasets here to avoid bottlenecks during training or inference tasks.

  • Backup results or checkpoints to our NAS for reuse on other Denvr hosts.

Network Attached

Reliable distributed network storage for managing VM root disks, saving model checkpoints, and sharing datasets across hosts and even teams. Our network storage comes in general and high-performance tiers.

General Storage

Low cost redundant storage for home directories, system files, reference datasets or docker images. Petabyte-scale with read throughput up to 1GB/s.

Tip

  • Ideal for virtual machine root disks (/dev/vda) and custom images.

High-Performance Storage

High performance and redundant storage for sharing large model checkpoints and datasets across a cluster of machines or between users. Petabyte-scale capacity with read throughput up to 10GB/s.

Tip

  • Backup DAS cached model checkpoints or training results here for future analysis or retraining.

  • Personal shares are user specific stores that can be accessed from our virtual machine or application services. Default location is ~/personal.

  • Tenant shared can be accessed by any user in an account and is also available from either virtual machines or applications. Default location is ~/tenant-shared.