arijoon

Results 20 comments of arijoon

Can this PR be merged? I can review or run it on my side if you'd like additional feedback

This issue still persists, although I don't think it's neccesarily an issue, specifying path shouldn't be a problem. Can you please add it to the `README.md`? Just a simple note...

Unsure if bellow fix is correct but still results in `0` tokens. ```patch diff --git a/modules/text_generation.py b/modules/text_generation.py index e738cb2..a959c67 100644 --- a/modules/text_generation.py +++ b/modules/text_generation.py @@ -14,7 +14,6 @@ from modules.extensions...

> We're essentially parsing the logs so I think it's possible to spoof it, but if you'd like to avoid that, there is `event-cpi` feature which requires "signing" an invocation...

> It needs to be parsed differently because it's not log based like the normal events. Here is an example: Thanks a lot this is much appreciated, indeed the event...

An additional use case is having multiple user envs (e.g. lets say `dev` and `staging`) within the same network but with different accounts controlling them and therefore requiring multiple `ProxyAdmin`...

is it also possible to set the `output` path?

Any resolution on this? facing the same error when trying to build with nix on `1.16.27`

This has been resolved using the following patch in later builds on the homebrew. Would be useful to apply the same on the source code to remove the need for...

We have a very large file (over 120k lines) which is auto generated from our yarn lock. Causing a diff on it will make nixd keep consuming more memory. On...