소스 검색

Update README.md

Sanyam Bhutani 10 달 전
부모
커밋
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)```