Abe Estrada
Abe Estrada
Any news? I don't want to deal with servers again (or amplify)
[AWS Lambda adds support for Node.js 20](https://aws.amazon.com/about-aws/whats-new/2023/11/aws-lambda-support-node-js-20/)
For reference: https://docs.aws.amazon.com/apprunner/latest/dg/service-source-code-nodejs-releases.html
This is my config: ``` image-viewer="open -W -a Preview " link-viewer="open -u " video-viewer="open -W -a VLC " ```
I'm working on this https://github.com/abeestrada/metavoice-src/commit/9f2bab004fc9a46f19fa5c4ca154b82b4c332b87 ``` python fam/llm/sample.py --huggingface_repo_id="metavoiceio/metavoice-1B-v0.1" --spk_cond_path="assets/bria.mp3" --dtype="float32" --use_kv_cache="vanilla" ``` Now I'm stuck at this error, maybe `flash_attn` needs to be replaced with something else ```sh NameError:...
I made `torch_attn` as default (while debugging) and first I got this: ```sh failed to run MBD. reason: argument 'tokens': 'float' object cannot be interpreted as an integer ``` Fixed...
Made the changes https://github.com/AbeEstrada/metavoice-src/commit/f4415864c31cab010d6034c8f965de855ead0929 I was able to run it with `float32` ```sh python fam/llm/sample.py --huggingface_repo_id="metavoiceio/metavoice-1B-v0.1" --spk_cond_path="assets/bria.mp3" --dtype="float32" ``` And `torch.amp.autocast` doesn't support MPS yet https://github.com/pytorch/pytorch/issues/88415 and I used the...
I don't think Windows is going to be supported in the near future, since QuickJS is not supported on Windows, or maybe they apply this patch: https://github.com/delskayn/rquickjs/issues/88
I'm using a function to download the articles first and then passing them to `rdrview`, something like this: ```zsh function rdr { readonly u=${1:?"The url must be specified."} curl -A...
I also found that cyberciti.biz is using CloudFlare and you need to pass a JavaScript challenge before loading the content: ```html Just a moment... Enable JavaScript and cookies to continue...