beginner
beginner
> Do you follow the Windows compile inst? https://speech.fish.audio/zh/#windows The tutorial I reviewed started the service Is it recommended to use Windows virtual machine startup?
> 1. Do you follow the "enable compile boost" step? > 2. It is recommended to use Windows Subystem for Linux (WSL) to start api. Thank you very much for...
> > 1. Do you follow the "enable compile boost" step? > > 2. It is recommended to use Windows Subystem for Linux (WSL) to start api. > > Thank...
> remarkably fast on my machine, 4090, ubuntu Is it a Windows based Ubuntu or a pure Ubuntu system? Would using Docker deployment be better? I am still very slow...
> I am using rtx 3090 on windows and with torch compiled and int 8 quantization enabled. I am getting around 200 tokens/sec and 250 it/s on an average. Compilation...
import time import pika import torch import numpy as np import soundfile as sf import wavmark import json def log(message): print(f"[LOG] {message}") def int_to_32bit_binary_array(number): log("Start converting integer to a 32-bit...