↓ 1 callersFunctionrun_batch(
pipeline: LlamaCppPipeline,
cases: list[tuple[str, str, Path, str]],
result_dir: Path,
max_c
scripts/batch_eval_llama_cpp.py:109
↓ 1 callersFunctionrun_inference(
text: str,
instruction: str,
temperature: float,
top_p: float,
top_k: int,
repetitio
clis/moss_voice_generator_app.py:146
↓ 1 callersFunctionrun_inference(
prompt: str,
seconds: float,
steps: int,
cfg_scale: float,
sigma_shift: float,
seed:
clis/moss_sound_effect_app.py:37
↓ 1 callersMethodsample_token(self, logits, temperature, top_p=0.6, top_k=30, do_sample=True)
moss_tts_realtime/mossttsrealtime/streaming_mossttsrealtime.py:431
Method__call__(self, unit: PipelineUnit, pipe: BasePipeline, inputs_shared: dict, inputs_posi: dict, inputs_nega: dict)
moss_soundeffect_v2/diffsynth/utils/__init__.py:184