Browse Source

Update README.md

Sanyam Bhutani 6 months ago
parent
commit
05a178de86
1 changed files with 2 additions and 0 deletions
  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)```