aced125

Results 8 issues of aced125

In pytorch 1.10, bfloat16 (from Google Brain) support was released. This PR adds support for this.

Allow passing in tol and max sweeps arguments?

enhancement

To recreate, try this snippet of code: ``` import wikipedia res = wikipedia.search('enzyme', results=2) #WikipediaException: An unknown error occured: "Search is currently too busy. Please try again later.". Please report...

Do we need to set the EOS token in `GenerationConfig` in order to stop the generation when the model predicts the EOS token?

Getting this error when trying to run it: `tcmalloc: large alloc 24180850688 bytes` Have followed all instructions. ```python blink/main_dense.py -i``` is the command it fails on.

In my streamlit app, the code interpreter works well but after a while when I refresh the code, the codebox interpreter seems to time out / die. I am storing...

```shell pip install --force-reinstall --no-cache-dir "codeinterpreterapi[all]" git clone https://github.com/shroominic/codeinterpreter-api.git cd codeinterpreter-api streamlit run frontend/app.py ``` ModuleNotFoundError: No module named 'frontend'

Hey Tushar, I’m trying to run your QGen code in my Jupyter notebook and I’m being faced with some errors. I’d be really grateful if you could maybe point me...