GenAI Studio
  • Edge AI SDK/GenAI Studio
  • Getting Started
    • About GenAI Studio
    • Quickstart
      • Prerequisite
      • Installation
      • Utilities
    • Feature Overview
      • Inference Chat
      • Fine-tuning
      • Model Management
      • Application
    • Version History
      • Version 1.1
      • Version 1.0
  • Inference
    • Chat Inference
    • AI Agents
  • Finetune
    • Text-to-Text
      • Overview
      • Full Parameter
      • LoRA
    • Text-to-Image (Coming Soon)
    • Dataset Management
    • Schedule
  • Model
    • Model Management
  • Validation
  • Convert
  • Administration
    • Resource Monitoring
  • System Configuration
    • AI Providers
      • LLM Setup
      • Embedder Setup
      • Vector DB
      • Transcription Setup
    • System Administration
      • Users
      • Workspace Chats
      • Invites
      • GPU Resource
      • Register an App
    • Appearance Customization
    • Tools
      • Embedded Chat Widgets
      • Event Logs
      • Security & Access
  • Application
    • Text to Image
    • Background Removal
    • OCR
  • FAQ
    • Technical
Powered by GitBook
On this page
  1. FAQ

Technical

PreviousOCR

Last updated 2 months ago

When I try to use the Dataset Generator to create a dataset from my documents, why am I getting this error?

The main reason you're encountering this issue is that Mistral-Nemo isn't included in version 1.0.0 of GenAI Studio. You can resolve this by following these steps:

  1. Upload this file to the GenAI Studio host and move it to the $HOME/GenAI-Studio/bin directory.

  2. In that directory, make the file executable by running chmod 0755 ollama-model.

  3. Still in that directory, execute ./ollama-model. This will display usage instructions with five scenarios. You can refer utilities page in details. Typically, you'll want the first scenario: directly importing the missing model from the Ollama repository into GenAI Studio.

ollama-model import --from-registry mistral-nemo