Add LM Backend selector (PT vs VLLM) to reduce VRAM usage
PT backend uses ~1.6 GB VRAM vs ~9.2 GB for VLLM, making it accessible on lower-end GPUs. Adds dropdown in Advanced Settings defaulting to PT.
This commit is contained in:
@@ -596,6 +596,7 @@ export default function App() {
|
||||
lmTopK: params.lmTopK,
|
||||
lmTopP: params.lmTopP,
|
||||
lmNegativePrompt: params.lmNegativePrompt,
|
||||
lmBackend: params.lmBackend,
|
||||
referenceAudioUrl: params.referenceAudioUrl,
|
||||
sourceAudioUrl: params.sourceAudioUrl,
|
||||
audioCodes: params.audioCodes,
|
||||
|
||||
Reference in New Issue
Block a user