Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.05 KB

File metadata and controls

42 lines (29 loc) · 1.05 KB

CloudCIX AI Lab for Open OnDemand

An interactive AI laboratory application for Open OnDemand that integrates oobabooga's text-generation-webui.

Attribution

This project integrates text-generation-webui by oobabooga to provide text generation capabilities in an Open OnDemand environment.

Features

  • Run large language models directly in your browser
  • Access to multiple model architectures (LLAMA, Mistral, etc.)
  • Text generation with customizable parameters
  • Chat interface with character customization
  • Instruction-following templates
  • Training and fine-tuning capabilities
  • LoRA adapters support

Prerequisites

  • Open OnDemand environment
  • Apptainer/Singularity

Directory Structure

The application creates the following directory structure in the user's home:

~/cloudcix_ai_lab/
├── models/
├── loras/
├── characters/
├── presets/
├── logs/
├── cache/
└── settings/