fa1c4

Results 6 issues of fa1c4

$ python ../../mtts/synthesize.py -d cuda --c config.yaml --checkpoint ./checkpoints/checkpoint_1240000.pth.tar -i input.txt usage: synthesize.py [-h] [-i INPUT] [--duration DURATION] [--output_dir OUTPUT_DIR] --checkpoint CHECKPOINT [-c CONFIG] [-d {cuda,cpu}] synthesize.py: error: ambiguous option:...

ttskit.tts('这是个示例', audio='14') AttributeError: module 'ttskit' has no attribute 'tts'

while I was running example script, in the end at ./data.sh 5, I got this ... File "/home/falca/.local/lib/python3.8/site-packages/pandas/io/common.py", line 702, in get_handle handle = open( FileNotFoundError: [Errno 2] No such...

When I'm running the command `sudo ip netns exec PROTOZOA_ENV curl -x socks5h://20.20.20.20:1080 https://www.facebook.com > fb.html` I got connection fail error: "Failed to connect to 20.20.20.20 port 1080: Connection timed...

When I execute the autoPwn ./binary, I got error below (date-05/16/2024): File "/home/angr/autoPwn/autoPwn/modules/binInfo.py", line 45, in draw elif any("GNU_RELRO" in segment.header.p_type for segment in GlobalConfig.proj.loader.main_object.reader.iter_segments()): AttributeError: 'ELF' object has no...

Hi, authors. I want to inference text embeddings on multiple GPUs here. I program my code from demo: """ import torch from llm2vec import LLM2Vec l2v = LLM2Vec.from_pretrained( "McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp", peft_model_name_or_path="McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp-supervised",...