Ibrahim H.

Results 55 issues of Ibrahim H.
trafficstars

Hi, I get an error when testing FlushPromises : ``` Cannot read property 'text' of undefined ``` The app is working fine, it runs correctly, I've even added a line...

Hi, There are two declarations of `id="app"` in this project, the first one here: https://github.com/Code-Pop/Touring-Vue-Router/blob/a16e6e1000a1b0e01963fa4902caa4152e586afb/src/App.vue#L2 and the second one here: https://github.com/Code-Pop/Touring-Vue-Router/blob/a16e6e1000a1b0e01963fa4902caa4152e586afb/public/index.html#L14 In one of the `real-world-vue` project there is only...

To make easy on Colab, I thought of using the [install_deps.sh](https://github.com/sobotka/blender/blob/v3.4.1/build_files/build_environment/install_deps.sh) script, but I'm not sure what path need to be used (if that works), colab notebook [here](https://colab.research.google.com/drive/1_-8s65giZHfxmF1_resSrrBZzxsVt14R?usp=sharing).

### Feature request I'm not sure if it's already there, but since GPT4ll is mentioned at [Falcon-7B-Instruct](https://huggingface.co/tiiuae) I think it's not gonna be hard to be implemented, right? ### Motivation...

I'm getting a black screen. ``` macOS: 10.14.6 version: v0.3.5 ```

bug

Hi, Following the provided instructions, I've created a [gitpod](https://github.com/bitsnaps/generative-models/tree/gitpod) branch to automate these instructions, I keep getting this error even after installing required os packages: ``` File "/workspace/generative-models/.pt2/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 552,...

Hi, Have you guys managed to make it works on T4 colab? P.S. It crashes multiple times even with `offload_per_layer = 5` as mentioned in the comment.

Fixes # Missing `sentence-transformers` when using colab. ## Type of change - [ X] Bug fix (non-breaking change which fixes an issue) - [X ] Documentation update

size:XS

Can't find it in the list, any reason for that?

It's useful to response with 404 instead of empty content when requesting e.g. `https://jsonplaceholder.typicode.com/posts/999`, we usually use `https://httpbin.org` to simulate an error request.