浏览代码

Update README.md

Sanyam Bhutani 6 月之前
父节点
当前提交
05a178de86
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      recipes/quickstart/NotebookLlama/README.md

+ 2 - 0
recipes/quickstart/NotebookLlama/README.md

@@ -28,6 +28,8 @@ xTTS-v2 by coquai is cool, however-need to check the license-I think an example
 
 Torotoise is blocking because it needs HF version that doesnt work with llama-3.2 models so I will probably need to make a seperate env-need to eval if its worth it
 
+Side note: The TTS library is a really cool effort!
+
 Bark-Tests: Best results for speaker/v6 are at ```speech_output = model.generate(**inputs, temperature = 0.9, semantic_temperature = 0.8)
 Audio(speech_output[0].cpu().numpy(), rate=sampling_rate)```