Sungho Park
Sungho Park
- Platform: Mac OS - Python: 3.11.3, conda env - Environment: - 에러 재현을 위해 빈 디렉터리에서 poetry init 후, 모두 default configuration으로 기록. - PEP-517을 지원하는 poetry.core 사용, https://python-poetry.org/docs/pyproject/#poetry-and-pep-517....
# Before submitting - [x] Was this discussed/approved via a Github issue? (no need for typos and docs improvements) - [X] Did you read the [contributor guideline](https://github.com/Lightning-AI/pytorch-lightning/blob/main/.github/CONTRIBUTING.md), Pull Request section?...
## 🚀 Feature ### Motivation The repo only support models stable diffusion v1.4, v1.5, v2.0-base, v2.0-high in [stable_diffusion_infernece](https://github.com/aniketmaurya/stable_diffusion_inference). ### Pitch I made some codes for supporting custom model via url...
Hi, I read the paper ReWOO very impressive. I think I found some human error when counting the token cost on the PWS.py https://github.com/billxbf/ReWOO/blob/9cd0283043ff4be0c9d614fda2789d143ca6ffd1/algos/PWS.py#L66-L68 OpenAI count the input token and...