Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

vmo247
/
VieNeu-TTS-v2

Text-to-Speech
Safetensors
GGUF
Vietnamese
English
qwen3
podcast
code-switching
voice-cloning
Model card Files Files and versions
xet
Community

Instructions to use vmo247/VieNeu-TTS-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • llama-cpp-python

    How to use vmo247/VieNeu-TTS-v2 with llama-cpp-python:

    # !pip install llama-cpp-python
    
    from llama_cpp import Llama
    
    llm = Llama.from_pretrained(
    	repo_id="vmo247/VieNeu-TTS-v2",
    	filename="VieNeu-TTS-v2-Q4-K-M.gguf",
    )
    
    output = llm(
    	"Once upon a time,",
    	max_tokens=512,
    	echo=True
    )
    print(output)
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • llama.cpp

    How to use vmo247/VieNeu-TTS-v2 with llama.cpp:

    Install from brew
    brew install llama.cpp
    # Start a local OpenAI-compatible server with a web UI:
    llama-server -hf vmo247/VieNeu-TTS-v2
    # Run inference directly in the terminal:
    llama-cli -hf vmo247/VieNeu-TTS-v2
    Install from WinGet (Windows)
    winget install llama.cpp
    # Start a local OpenAI-compatible server with a web UI:
    llama-server -hf vmo247/VieNeu-TTS-v2
    # Run inference directly in the terminal:
    llama-cli -hf vmo247/VieNeu-TTS-v2
    Use pre-built binary
    # Download pre-built binary from:
    # https://github.com/ggerganov/llama.cpp/releases
    # Start a local OpenAI-compatible server with a web UI:
    ./llama-server -hf vmo247/VieNeu-TTS-v2
    # Run inference directly in the terminal:
    ./llama-cli -hf vmo247/VieNeu-TTS-v2
    Build from source code
    git clone https://github.com/ggerganov/llama.cpp.git
    cd llama.cpp
    cmake -B build
    cmake --build build -j --target llama-server llama-cli
    # Start a local OpenAI-compatible server with a web UI:
    ./build/bin/llama-server -hf vmo247/VieNeu-TTS-v2
    # Run inference directly in the terminal:
    ./build/bin/llama-cli -hf vmo247/VieNeu-TTS-v2
    Use Docker
    docker model run hf.co/vmo247/VieNeu-TTS-v2
  • LM Studio
  • Jan
  • Ollama

    How to use vmo247/VieNeu-TTS-v2 with Ollama:

    ollama run hf.co/vmo247/VieNeu-TTS-v2
  • Unsloth Studio new

    How to use vmo247/VieNeu-TTS-v2 with Unsloth Studio:

    Install Unsloth Studio (macOS, Linux, WSL)
    curl -fsSL https://unsloth.ai/install.sh | sh
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for vmo247/VieNeu-TTS-v2 to start chatting
    Install Unsloth Studio (Windows)
    irm https://unsloth.ai/install.ps1 | iex
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for vmo247/VieNeu-TTS-v2 to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for vmo247/VieNeu-TTS-v2 to start chatting
  • Docker Model Runner

    How to use vmo247/VieNeu-TTS-v2 with Docker Model Runner:

    docker model run hf.co/vmo247/VieNeu-TTS-v2
  • Lemonade

    How to use vmo247/VieNeu-TTS-v2 with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull vmo247/VieNeu-TTS-v2
    Run and chat with the model
    lemonade run user.VieNeu-TTS-v2-{{QUANT_TAG}}
    List all available models
    lemonade list
VieNeu-TTS-v2
803 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
phucpx1's picture
phucpx1
Upload folder using huggingface_hub
f6862ac verified 7 days ago
  • .gitattributes
    1.69 kB
    Upload folder using huggingface_hub 7 days ago
  • README.md
    8.65 kB
    Upload folder using huggingface_hub 7 days ago
  • VieNeu-TTS-v2-Q4-K-M.gguf
    189 MB
    xet
    Upload folder using huggingface_hub 7 days ago
  • added_tokens.json
    1.91 MB
    Upload folder using huggingface_hub 7 days ago
  • config.json
    1.22 kB
    Upload folder using huggingface_hub 7 days ago
  • generation_config.json
    169 Bytes
    Upload folder using huggingface_hub 7 days ago
  • merges.txt
    758 Bytes
    Upload folder using huggingface_hub 7 days ago
  • model.safetensors
    587 MB
    xet
    Upload folder using huggingface_hub 7 days ago
  • special_tokens_map.json
    441 Bytes
    Upload folder using huggingface_hub 7 days ago
  • tokenizer.json
    12.8 MB
    xet
    Upload folder using huggingface_hub 7 days ago
  • tokenizer_config.json
    12.1 MB
    xet
    Upload folder using huggingface_hub 7 days ago
  • vocab.json
    3.44 kB
    Upload folder using huggingface_hub 7 days ago
  • voices.json
    21.4 kB
    Upload folder using huggingface_hub 7 days ago