Zeke Sikelianos

Results 472 comments of Zeke Sikelianos

Related: https://github.com/go-openapi/spec/issues/24

@chenxwh ran into this again today.

> The main downside of this is that it is not clear to the user that Cog is rewriting versions. Is Cog NOT rewriting versions when you use `python_packages`?

> users normally already have some way of defining their dependencies (pip, Poetry, Conda, etc) and are unwilling to switch to a different method. [...] read dependencies from wherever the...

Speaking of the myriad ways to define dependencies in Pythonland, I recently took the [2021 Python Developers survey](https://surveys.jetbrains.com/s3/c1-python-developers-survey-2021) and this was one of the questions: I checked out the [results...

Here are some rough stats from GitHub on the popularity of different dependency formats: Filename | Count --- | --- `requirements.txt` | 2M `pipfile.lock` | 145K `pyproject.toml` | 136K `environment.yml`...

Takeaways from an IRL conversation with @bfirsh today: - support the requirements.txt format via `python_requirements` in cog.yaml. This exists today but is currently undocumented. - continue to support `python_packages` in...

Hi @Agrover112. Are you referring to this line? https://github.com/replicate/cog/blob/5e265ab43f2c78735b50615f668945a8fb5bef9d/docs/getting-started.md?plain=1#L59 I just ran that locally and was able to download the weights. Maybe it was something else in the Getting Started...

See also https://github.com/replicate/cog/issues/273

See also https://github.com/tensorflow/tensorflow/issues/52973