Wing Lian
Wing Lian
Thanks @fizyk. That was exactly what I was looking for. I assumed 3.1.2 was the end of the road for 3.x when I was looking at the [changelog](https://github.com/ClearcodeHQ/pytest-postgresql/blob/main/CHANGES.rst) in main...
Are there any other workarounds that don't require a downgrade of Docker?
@reconbot The only place that might call `lambdaConfig` without an env parameter would be https://github.com/bustle/shep/blob/master/src/util/load.js#L9. This particular use case is problematic as it is used to get available environments, but...
I haven't run into this issue before and I use laravel pretty extensively with this buildpack. If anything PATH is set during the compile phase here https://github.com/winglian/heroku-buildpack-php/blob/mpm-event-php55-fpm/bin/compile#L52
@aakashnshah We're having a similar issue with the NPE when modifying the topic name before it goes to the S3SinkConnector. Our expectation is that the S3SinkConnector would just translate the...
@lamehost make location a tuple. see https://github.com/noirbizarre/flask-restplus/blob/4609dc17e8ea04033984aa0f06c4d583ecf16aca/flask_restplus/reqparse.py#L98
I'm wondering if we are even supposed to be recasting to fp16. the original qlora only recasts when bf16 is used https://github.com/artidoro/qlora/blame/main/qlora.py#L396-L405
@hengjiUSTC if you [comment out these lines](https://github.com/OpenAccess-AI-Collective/axolotl/blob/main/src/axolotl/utils/models.py#L554-L561) for your configuration above, does that fix the issue?
the llama cpp python bindings doesn't return back until the response has finished generating. short of modifying the underlying llama.cpp and python bindings, you could pass the prompt to the...
Let's wait for this to get merged upstream before attempting to fix this in axolotl. https://github.com/huggingface/transformers/pull/28094