Quick Start

Serverless GPU quick start

Our Serverless GPU is accessed through a Command Line Interface (CLI). Upon visiting the serverless GPU service page in our app, you'll find an onboarding section that guides you through first-time use. We recommend following these suggestions for a smooth start.

For those eager to dive in, you can explore our use cases in the next section. However, please familiarize yourself with the following essential information first

CLI Installation

Install the "Float16" CLI using one of the following methods, depending on your operating system:

macOS

Use Homebrew to install Float16 CLI

brew install float16/float16/cli

Windows

Install Float16 CLI globally using npm

npm install -g @float16/cli 

Ensure you have the appropriate package manager (Homebrew for macOS or npm for Windows) installed on your system before proceeding with the installation.

Verification

After installation, verify that Float16 CLI is correctly installed by running

float16 --version

This command should display the current version of Float16 CLI installed on your system.

Get your token

For Beta Version Users:

During the beta testing phase, access to Float16 is limited to a select group of users. If you've been chosen to participate in the beta test, you'll receive your token directly via email. Check your email inbox Look for an email from Float16 (be sure to check your spam/junk folder if you can't find it in your main inbox).

  • If you believe you should be part of the beta group but haven't received a token, please contact our support team.

  • Tokens are for individual use only and should not be shared.

If you're not part of the beta test group and are interested in trying Float16, please sign up for our waitlist on our website in "Serverless GPU" service.

Last updated