Vadim Evard
Vadim Evard
The command is defined at https://github.com/nestjs/nest-cli/blob/master/commands/generate.command.ts#L11 The trailing arguments just go to `program.args` and so far I see no commander-native way to ensure there are none. Also the same issue...
This seems unnecessary, and the bug is fixed in master.
@JohnnyClutch could you please elaborate a little? What should be disabled and where? I do not see any lazy loading in my code. This is actually an eager: true relation...
Does not swinging stop after some time like with other invisible things that disappeared for some reason (e.g. teleport, stairdance, shafting)?
@mateenmalik The better title might be "Build wheels for Linux aarch64/arm64". You can still build gpt4all locally as described here: https://github.com/nomic-ai/gpt4all/blob/main/gpt4all-bindings/python/README.md. @Muxelmann you might need to download a model file...
It seems that gpt4all==0.3.4 is not available for aarch64 Linux (wheels are not built). 0.1.7 installs but does not work: `OSError: ...../privateGPT/.venv/lib/python3.10/site-packages/gpt4all/llmodel_DO_NOT_MODIFY/build/libllama.so: cannot open shared object file: No such file...
gpt4all can be built locally: https://github.com/nomic-ai/gpt4all/blob/main/gpt4all-bindings/python/README.md I get `pydantic.error_wrappers.ValidationError: 1 validation error for GPT4All` though this seems to be a known issue.
@BirgerMoell how did you make the traceback so pretty? @AntonOsika it seems to be gpt-engineer's error since I get the same exception while generating a JS-only project. level_loader.js ```javascript class...
Happened again: https://lichess.org/swiss/X9F1k9jX https://lichess.org/OOtOR9ynrz8p
With older version of libtmux, the error is different: ``` python3 -c 'import libtmux ; print(libtmux.Server().new_session(attach=True, session_name="r"))' Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3/dist-packages/libtmux/server.py", line...