jiancongxie

Results 4 issues of 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...

bug
needs triage

/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