Skip to main content
Version: 1.4.0

Model Management

The Model Management page allows users to view and manage a list of supported models for fine-tuning or inference purposes. Models can be downloaded directly from Hugging Face repositories. Before using the feature, ensure that your device is connected to the internet, as model downloads require access to external servers.

Additionally, on the first download attempt, users will be prompted to provide an Access Token from Hugging Face. This token can be obtained by following Hugging Face's official guidelines for token generation.

Model Management

Features

  1. Model List:
    • Displays all available models, including their names, sizes, and current processing status.
    • Users can search for specific models using the search bar.
  2. Model Details:
    • Model Name: Specifies the name of the model (e.g., meta-llama/Llama-3.1-8B-Instruct).
    • Support: Use the Phison tag for full parameters and Unsloth for the LoRA mechanism. A model tagged with both supports two different LLM fine-tuning approaches.
    • Size: Shows the storage size of each model (e.g., 29.93 GiB, 262.86 GiB).
    • Process Status: Indicates whether the model is ready to use ( for ready).
    • Action: Allows users to manage the model (e.g., download, delete).
  3. Download Process:
    • Displays the download progress for models that are currently being fetched.
    • Provides a clear indication of the model size and estimated time remaining.
    • Supports pause and resume functionality for interrupted downloads.
  4. Access Token Requirement:
    • During the initial download, users are required to provide a Hugging Face Access Token for authentication. Access Token
    • For token generation, visit the Hugging Face website and follow the official instructions to create and retrieve your personal token.

Supported Models

note

GenAI Studio filters the available models according to the hardware resources of the running host and each model's parameter size. Therefore, it is possible that the models displayed in the web page are fewer than those listed below.

Model FamilyModel
Deepseek-aiDeepSeek-R1-Distill-Llama-70B
DeepSeek-R1-Distill-Qwen-7B
DeepSeek-R1-Distill-Qwen-32B
Googlegemma-2-9b-it
gemma-3-1b-it
Meta-llamaLlama-3.1-8B-Instruct
Llama-3.1-405B-Instruct
Llama-3.2-3B-Instruct
Llama-3.3-70B-Instruct
Microsoftphi-4
Phi-4-reasoning
MistralMixtral-8x22B-Instruct-v0.1
Mistral-Small-3.1-24B-Instruct-2503
OpenAIgpt-oss-20b
gpt-oss-120b
QwenQwen1.5-0.5B-Chat
Qwen2-7B
Qwen2.5-7B-Instruct
Qwen2.5-72B-Instruct
Qwen3-0.6B
Qwen3-14B
Qwen3-32B
QwQ-32B
yentinglinLlama-3-Taiwan-70B-Instruct

Steps for Access Token

  1. Navigate to the Hugging Face website: https://huggingface.co.
  2. Log in to your Hugging Face account.
  3. Go to your account settings and select the Access Tokens tab.
  4. Generate a new token with the required permissions.
  5. Copy the token and provide it when prompted during the model download process in the application.

For more details, refer to the Hugging Face documentation.

warning

Some models, such as LLAMA, require user consent for sharing contact information before download.