GraphCanon updated 3w · GitHub synced 3w
Decision brief
VALL-E is an unofficial PyTorch implementation of a text-to-speech (TTS) audio language model, requiring specific installation dependencies and environments.
Good fit when
- - Use VALL-E if your development environment already includes DeepSpeed and you are committed to using PyTorch for audio processing tasks.
- - It is suitable when you need a TTS solution that has been implemented in Python and specifically tested with Python 3.10.7.
Avoid when
- - Avoid VALL-E if your project does not align with the specific requirements, such as the exact version of Python (Python 3.10.7) it was tested on.
- - Do not use this tool if you lack a GPU that is compatible and tested by DeepSpeed or do not have access to CUDA or ROCm compilers.
Observed Jul 11, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Dormant (1176d since push)
- As of 3w
- Provenance
- Not a fork · Personal account
- As of 3w
- Security (OSV)
- No lockfile
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install vall-e PyPISimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
This repository contains an unofficial PyTorch implementation for text-to-speech conversion using the VALL-E model. It is based on DeepSpeed and requires a compatible GPU, CUDA or ROCm compiler.
Capability facts
- Languages
- python
Source: github.language · Jul 29, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Jul 29, 2026)
Note that the code is only tested under `Python 3.10.7`.Source link
Tags
README
Requirements
Since the trainer is based on DeepSpeed, you will need to have a GPU that DeepSpeed has developed and tested against, as well as a CUDA or ROCm compiler pre-installed to install this package.
Install
pip install git+https://github.com/enhuiz/vall-e
Or you may clone by:
git clone --recurse-submodules https://github.com/enhuiz/vall-e.git
Note that the code is only tested under Python 3.10.7.
For agents
This page has a .md twin and JSON over the API.