TylerLindell

Results 19 comments of TylerLindell

I was thinking that too but I have 24G RAM and the file size is zero.

since the file is empty, maybe `np.memmap` is having a hard time with the `mode='r'` (mode set to read-only) Check out this answer on SO: [ValueError on mmap - Python](https://stackoverflow.com/a/12748525/3187749)...

I'm using `npm i -S react-loading-overlay --legacy-peer-deps` but `npm i -S react-loading-overlay --force` might work as well until React v17+ is supported unfortunately.

when I looked it up, it said that the issue was that a promise was not providing a rejection. I will check it out in another ide though, thanks! Thank...

In the source, there are a number of places that promises are created and have `resolve` callbacks but zero `reject` callbacks. I haven't looked into it further than that.

Reason I wanted to try it out is because my LSTM is running very slow with more than a single line of text. When I used the evolve method though...

> even after adding .env file with open_api_key I receive environment variable error. api key not found. i've placed it in root directory as well as /loopgpt directory and still...

> > even after adding .env file with open_api_key I receive environment variable error. api key not found. i've placed it in root directory as well as /loopgpt directory and...

@devsktlabs can you copy/paste your `.env` here? Please hide any sensitive data. more detail would be good on the commands you're running, which cli you're using, etc. give us the...

same here but I'm not facing issues on either repo :-) what does the CLI output or error look like? screenshot or something?