Louis de Beaumont
Results
2
issues of
Louis de Beaumont
If you pause a track while it is playing, and then call play again, the play is started from the beginning of the track as opposed to where the track...
Running `python -m src.ingest` hit an error on `ingest.py`: ```python 39: embeddings = np.empty((len(chunks), llama.n_embd())) ``` ```zsh AttributeError: 'Llama' object has no attribute 'n_embd' ``` I'm not sure why, because...