jiancongxie
jiancongxie
## š Bug Meet BertEmbedding not defined bug ### To Reproduce Use this colab to repro https://colab.research.google.com/drive/1jnF0XTF12cB1pV5OUH_-jscMIJQDmKa1?usp=sharing #### Code sample ### Expected behavior I need to run this code in...
/tmp/pip-req-build-_41_wxtb/torchcsprng/csrc/cpu/../kernels_commons.h:42:8: error: āvoid CSPRNGGeneratorImpl::set_offset(uint64_t)ā marked āoverrideā, but does not override 42 | void set_offset(uint64_t offset) override { throw std::runtime_error("not implemented"); } | ^~~~~~~~~~ /tmp/pip-req-build-_41_wxtb/torchcsprng/csrc/cpu/../kernels_commons.h:43:12: error: āuint64_t CSPRNGGeneratorImpl::get_offset() constā marked āoverrideā,...
When I ran this on colab ``` from tqdm import tqdm for i, d in tqdm(enumerate(documents), total=len(documents)): extract_and_store_graph(d) ``` The following errors are happened. It seems the paramters is missing,...
Hi all, Now whisper_mic is working locally perfectly, can we make it run in server and capture the audio stream from browser sideļ¼ thanks Jiancong