📚
Docs - Float16
homeapp
  • 🚀GETTING STARTED
    • Introduction
    • Account
      • Dashboard
      • Profile
      • Payment
      • Workspace
      • Service Quota
    • LLM as a service
      • Quick Start
        • Set the credentials
      • Supported Model
      • Limitation
      • API Reference
    • One Click Deploy
      • Quick Start
        • Instance Detail
        • Re-generate API Key
        • Terminate Instance
      • Features
        • OpenAI Compatible
        • Long context and Auto scheduler
        • Quantization
        • Context caching
      • Limitation
      • Validated model
      • Endpoint Specification
    • Serverless GPU
      • Quick Start
        • Mode
        • Task Status
        • App Features
          • Project Detail
      • Tutorials
        • Hello World
        • Install new library
        • Prepare model weight
        • S3 Copy output from remote
        • R2 Copy output from remote
        • Direct upload and download
        • Server mode
        • LLM Dynamic Batching
        • Train and Inference MNIST
        • Etc.
      • CLI References
      • ❓FAQ
    • Playground
      • FloatChat
      • FloatPrompt
      • Quantize by Float16
  • 📚Use Case
    • Q&A Bot (RAG)
    • Text-to-SQL
    • OpenAI with Rate Limit
    • OpenAI with Guardrail
    • Multiple Agents
    • Q&A Chatbots (RAG + Agents)
  • ✳️Journey
    • ✨The Beginner's LLM Development Journey
    • 📖Glossary
      • [English Version] LLM Glossary
      • [ภาษาไทย] LLM Glossary
    • 🧠How to install node
  • Prompting
    • 📚Variable
    • ⛓️Condition
    • 🔨Demonstration
    • ⌛Loop
    • 📙Formatting
    • 🐣Chat
    • 🔎Technical term (Retrieve)
  • Privacy Policy
  • Terms & Conditions
Powered by GitBook
On this page
  • Overview
  • Deployment
  • Endpoint Management Actions
  • Develop
  • Storage
  • Storage Management Actions
  • Tasks
  • Features
  1. GETTING STARTED
  2. Serverless GPU
  3. Quick Start
  4. App Features

Project Detail

PreviousApp FeaturesNextTutorials

Last updated 2 months ago

Each active project in the Float16 web interface is organized into five main sections:

Overview

The Overview section provides essential project details:

  • Project ID

  • Project instance type

  • Project status

  • Creation date

  • Last update date

  • Endpoint and endpoint status (if deployed)

Deployment

The Deployment section displays comprehensive deployment-related information

  • Deployed date

  • Endpoint (function and server)

  • API key

  • Request task history

Endpoint Management Actions

Stop Endpoint

  1. Click the "Stop" button while the endpoint is active

  2. Confirm to stop the endpoint

  3. Immediate endpoint termination

Equivalent to CLI command: float16 endpoint stop

Start Endpoint

  1. Click the "Start" button while the endpoint is inactive

  2. Confirm to start the endpoint

  3. Immediate endpoint activation

Equivalent to CLI command: float16 endpoint start

Re-generate API Key

  1. Click "Re-generate" button

  2. Confirm regeneration

  3. Automatically invalidates the old API key

Equivalent to CLI command: float16 endpoint regenerate

Develop

The Develop section displays tasks executed using the float16 run command for the current project, including comprehensive task details.

Storage

The Storage section lists remote storage associated with the project.

  • Equivalent to float16 storage ls CLI command

Storage Management Actions

Upload Files/Folders

  1. Click the "Upload" button.

  2. Select a file or drag and drop files/folders into the dialog. You can upload multiple files at once.

  3. Click "Upload". You may close the dialog while the upload is in progress.

Equivalent to CLI command: float16 storage upload -f <file>

Download Files

  1. Click "Download".

  2. The file will be downloaded immediately.

Equivalent to CLI command: float16 storage download -f <file>

Remove Files

  1. Click "Delete".

  2. Confirm the deletion. The file will be removed immediately.

Equivalent to CLI command: float16 storage remove-on-remote -f <file>

Tasks

This section presents a comprehensive table of all tasks within the project, including both deployment and development mode tasks.

Features

  • Search and filter tasks by:

    • Task ID

    • Status

    • Type

    • Date

  • Clickable task entries for detailed information

  • Refresh the website to update task information

  • When a project is deleted, only Overview and Tasks sections remain accessible

Click on the selected file

Click on the selected file or folder

🚀
Overview
Production Mode
Development mode
Storage
Project's tasks
Task Details