The Many Problems with Celery
The post discusses the challenges and limitations of using Celery, a distributed task queue framework in Python, highlighting issues related to scalability, error handling, and deployment complexities.
https://steve.dignam.xyz/2023/05/20/many-problems-with-celery/
The post discusses the challenges and limitations of using Celery, a distributed task queue framework in Python, highlighting issues related to scalability, error handling, and deployment complexities.
https://steve.dignam.xyz/2023/05/20/many-problems-with-celery/
Log Blog Kebab
The Many Problems with Celery
With some possible fixes
bigcode-project / starcoder
Home of StarCoder: fine-tuning & inference!
https://github.com/bigcode-project/starcoder
Home of StarCoder: fine-tuning & inference!
https://github.com/bigcode-project/starcoder
GitHub
GitHub - bigcode-project/starcoder: Home of StarCoder: fine-tuning & inference!
Home of StarCoder: fine-tuning & inference! Contribute to bigcode-project/starcoder development by creating an account on GitHub.
Olive
Olive is an easy-to-use hardware-aware model optimization tool that composes industry-leading techniques across model compression, optimization, and compilation.
https://github.com/microsoft/Olive
Olive is an easy-to-use hardware-aware model optimization tool that composes industry-leading techniques across model compression, optimization, and compilation.
https://github.com/microsoft/Olive
GitHub
GitHub - microsoft/Olive: Olive: Simplify ML Model Finetuning, Conversion, Quantization, and Optimization for CPUs, GPUs and NPUs.
Olive: Simplify ML Model Finetuning, Conversion, Quantization, and Optimization for CPUs, GPUs and NPUs. - microsoft/Olive
Sophia
Effortless plugin and play Optimizer to cut model training costs by 50%. New optimizer that is 2x faster than Adam on LLMs.
https://github.com/kyegomez/Sophia
Effortless plugin and play Optimizer to cut model training costs by 50%. New optimizer that is 2x faster than Adam on LLMs.
https://github.com/kyegomez/Sophia
GitHub
GitHub - kyegomez/Sophia: Effortless plugin and play Optimizer to cut model training costs by 50%. New optimizer that is 2x faster…
Effortless plugin and play Optimizer to cut model training costs by 50%. New optimizer that is 2x faster than Adam on LLMs. - kyegomez/Sophia
flood
flood is a load testing tool for benchmarking EVM nodes over RPC
https://github.com/paradigmxyz/flood
flood is a load testing tool for benchmarking EVM nodes over RPC
https://github.com/paradigmxyz/flood
GitHub
GitHub - paradigmxyz/flood: flood is a load testing tool for benchmarking EVM nodes over RPC
flood is a load testing tool for benchmarking EVM nodes over RPC - paradigmxyz/flood
Writing a KVM hypervisor VMM in Python
An experimental VMM for KVM written in Python. This is simply an experimental proof of concept which was hacked together enough to be able to boot OVMF, then install Linux on a disk and boot it.
https://www.devever.net/~hl/kvm
An experimental VMM for KVM written in Python. This is simply an experimental proof of concept which was hacked together enough to be able to boot OVMF, then install Linux on a disk and boot it.
https://www.devever.net/~hl/kvm
www.devever.net
Writing a KVM hypervisor VMM in Python
JupyterLab 4.0 is Here
The Jupyter contributor community is proud to announce JupyterLab 4.0, the next major release of our full-featured development environment. The package is now available on PyPI and conda-forge. You can upgrade by running pip install --upgrade jupyterlab or conda install -c conda-forge jupyterlab.
https://blog.jupyter.org/jupyterlab-4-0-is-here-388d05e03442
The Jupyter contributor community is proud to announce JupyterLab 4.0, the next major release of our full-featured development environment. The package is now available on PyPI and conda-forge. You can upgrade by running pip install --upgrade jupyterlab or conda install -c conda-forge jupyterlab.
https://blog.jupyter.org/jupyterlab-4-0-is-here-388d05e03442
Medium
JupyterLab 4.0 is Here
The Jupyter contributor community is proud to announce JupyterLab 4.0, the next major release of our full-featured development environment…
threestudio
A unified framework for 3D content generation.
https://github.com/threestudio-project/threestudio
A unified framework for 3D content generation.
https://github.com/threestudio-project/threestudio
GitHub
GitHub - threestudio-project/threestudio: A unified framework for 3D content generation.
A unified framework for 3D content generation. Contribute to threestudio-project/threestudio development by creating an account on GitHub.
string2string
String-to-String Algorithms for Natural Language Processing.
https://github.com/stanfordnlp/string2string
String-to-String Algorithms for Natural Language Processing.
https://github.com/stanfordnlp/string2string
GitHub
GitHub - stanfordnlp/string2string: String-to-String Algorithms for Natural Language Processing
String-to-String Algorithms for Natural Language Processing - stanfordnlp/string2string
Python 3.11.4, 3.10.12, 3.9.17, 3.8.17, 3.7.17, and 3.12.0 beta 2 are now available
https://pythoninsider.blogspot.com/2023/06/python-3114-31012-3917-3817-3717-and.html
https://pythoninsider.blogspot.com/2023/06/python-3114-31012-3917-3817-3717-and.html
Blogspot
Python Insider: Python 3.11.4, 3.10.12, 3.9.17, 3.8.17, 3.7.17, and 3.12.0 beta 2 are now available
PyStack
PyStack is a tool that uses forbidden magic to let you inspect the stack frames of a running Python process or a Python core dump, helping you quickly and easily learn what it's doing (or what it was doing when it crashed) without having to interpret nasty CPython internals.
https://github.com/bloomberg/pystack
PyStack is a tool that uses forbidden magic to let you inspect the stack frames of a running Python process or a Python core dump, helping you quickly and easily learn what it's doing (or what it was doing when it crashed) without having to interpret nasty CPython internals.
https://github.com/bloomberg/pystack
GitHub
GitHub - bloomberg/pystack: 🔍 🐍 Like pstack but for Python!
🔍 🐍 Like pstack but for Python! Contribute to bloomberg/pystack development by creating an account on GitHub.
Lanarky
Lanarky is an open-source framework to deploy LLM applications in production. It is built on top of FastAPI and comes with batteries included.
https://github.com/ajndkr/lanarky
Lanarky is an open-source framework to deploy LLM applications in production. It is built on top of FastAPI and comes with batteries included.
https://github.com/ajndkr/lanarky
GitHub
GitHub - ajndkr/lanarky: The web framework for building LLM microservices
The web framework for building LLM microservices. Contribute to ajndkr/lanarky development by creating an account on GitHub.
Valid Python syntax – by Nobody has time for Python
https://www.bitecode.dev/p/this-is-valid-python-syntax
https://www.bitecode.dev/p/this-is-valid-python-syntax
www.bitecode.dev
This is valid Python syntax
Sometimes it's even useful too
Refactoring a Command Line Shell | Code Roast Part 1
Watch the video to witness the transformation from average to exceptional code in Part 1 of 2 videos.
https://www.youtube.com/watch?v=TDgouhWA13A
Watch the video to witness the transformation from average to exceptional code in Part 1 of 2 videos.
https://www.youtube.com/watch?v=TDgouhWA13A
YouTube
Refactoring a Command Line Shell | Code Roast Part 1
Today I'm refactoring a command line shell! Ready for a new code roast? Watch the video to witness the transformation from average to exceptional code in Part 1 of 2 videos.
Git Repo ➡️ https://git.arjan.codes/2023/shellroast
👷 Join the FREE Code Diagnosis…
Git Repo ➡️ https://git.arjan.codes/2023/shellroast
👷 Join the FREE Code Diagnosis…
PyCon US 2023 Video
Recordings from PyCon US 2023 in Salt Lake City, UT.
https://www.youtube.com/playlist?list=PL2Uw4_HvXqvY2zhJ9AMUa_Z6dtMGF3gtb
Recordings from PyCon US 2023 in Salt Lake City, UT.
https://www.youtube.com/playlist?list=PL2Uw4_HvXqvY2zhJ9AMUa_Z6dtMGF3gtb