📚
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
  1. GETTING STARTED
  2. Serverless GPU
  3. Quick Start

Task Status

Task Status Description

Task Status
Mode
Status Explanation

Completed (On-demand)

Development, Deployment

Task completed successfully with no errors.

Completed (Spot)

Spot

Spot task completed successfully with no errors.

Completed (Failed)

Development, Deployment

Task execution failed.

Completed (Timeout)

Development

Task did not complete within the allowed time limit (60 seconds).

Incomplete (Cancel)

Development, Deployment

Task was canceled by the user before execution (using command float16 queue delete).

Timeout

Deployment

Task did not respond within 30 seconds.

Running

Development, Deployment, Spot

Task is currently running.

Pending

Development, Deployment, Spot

Task is in the queue, waiting to be processed.

Waiting for resource

Spot

Task was interrupted due to insufficient resources and is waiting for resources to become available before resuming.

Completed (Reached budget limit)

Spot

The task has reached the budget limit that you set.

Stopped by user

Spot

The task was stopped by the user (using command float16 task spot stop).

Failed (Invalid syntax)

Spot

The task failed due to invalid syntax in the code.

Failed (Unexpected indent)

Spot

The task failed due to an unexpected indentation error in the code.

Failed (NameError)

Spot

The task failed due to an undefined variable or function being used.

Failed (SyntaxError)

Spot

The task failed due to a syntax error in the code.

Failed (No module named)

Spot

The task failed because a required module was not found or not installed.

PreviousModeNextApp Features

Last updated 1 month ago

🚀