Laz4rz
Laz4rz
### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [X] I added a very descriptive title to this issue. - [X] I have provided sufficient...
Objective of issue: Conda install build doesn't properly install dependencies: asteval not installed **Lava version:** - [x ] **0.5.1** (bug fixes) **I'm submitting a ...** - [ x] bug report...
Ok, I do not think I've seen this one here anywhere. I am running a toy example of tinygrad softmax on MBP Pro 16 2023 (M2 Pro). Built from source....
 From what I understand, the Notes feature should provide a comprehensive overview of some variable/type (function? class?) after hovering + SHIFT. Clicking SHIFT does not do anything more than...
This flag would come in handy for example in `sqlalchemy` case. While installing `sqlalchemy` dependency `psycopg2` is not installed with it and has to be installed manually through either binary...
### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [X] I added a very descriptive title to this issue. - [X] I have provided sufficient...
Current version of pushing Huggy to Hub: ``` !mlagents-push-to-hf --run-id="HuggyTraining" --local-dir="./results/Huggy2" --repo-id="Laz4rz/hf-huggy-1-bonus" --commit-message="add Huggy agent" ``` yields: ``` [INFO] This function will create a model card and upload your HuggyTraining...
Running: ``` make llava-cli ``` results in: ``` (mc) ➜ llava git:(master) make llava-cli cc llava-cli.o -o llava-cli Undefined symbols for architecture arm64: "llama_tokenize(llama_context const*, std::__1::basic_string const&, bool, bool)", referenced...
Trying to import flash_attn with: ``` python: 3.10.14 (main, May 6 2024, 19:42:50) [GCC 11.2.0] transformers: 4.42.3 torch: 2.3.1+cu121 flash_attn 2.5.9.post1 ``` Fails with ImportError: ``` ImportError: /home/mikolaj/miniconda3/envs/gemma/lib/python3.10/site-packages/flash_attn_2_cuda.cpython-310-x86_64-linux-gnu.so: undefined symbol:...
Added missing apostrophe for `get_config` in `vqvae_nyu_depth.py` , and indentation for `DiscriminativeClassifierTest` as big_vision was not passing `pipreqs` scan. This PR makes big_vision compatible with pipreqs, and removes errors.