Structured Logging for Python

structlog makes logging in Python faster, less painful, and more powerful by adding structure to your log entries. It’s up to you whether you want structlog to take care about the output of your log entries or whether you prefer to forward them to an existing logging system like the standard library’s logging module. Once you feel inspired to try it out, check out our friendly Getting Started tutorial that also contains detailed installation instructions! If you prefer videos over […]

Read more

A progress bar for Python 2 and Python 3 – pip install progressbar2

Travis status: Coverage: Install The package can be installed through pip (this is the recommended method): pip install progressbar2 Or if pip is not available, easy_install should work as well: easy_install progressbar2 Or download the latest release from Pypi (https://pypi.python.org/pypi/progressbar2) or Github. Note that the releases on Pypi are signed with my GPG key (https://pgp.mit.edu/pks/lookup?op=vindex&search=0xE81444E9CE1F695D) and can be checked using GPG: gpg –verify progressbar2-.tar.gz.asc progressbar2-.tar.gz Introduction A text progress bar is typically used to display the progress of a long […]

Read more

Json Formatter for the standard python logger

This library is provided to allow standard python logging to output log data as json objects. With JSON we can make our logs more readable by machines and we can stop writing custom parsers for syslog type records. Hi, I see this package is quiet alive and I am sorry for ignoring it so long. I will be stepping up my maintenance of this package so please allow me a week to get things back in order (and most likely […]

Read more

The NLP Cypher | 11.21.21

Hey … so have you ever deployed a state-of-the-art production level inference server? Don’t know how to do it? Well… last week, Michael Benesty dropped a bomb when he published one of the first ever detailed blogs on how to not only deploy a production level inference API but benchmarking some of the most widely used frameworks such as FastAPI and Triton servers and runtime engines such as ONNX runtime (ORT) and TensorRT (TRT). Eventually, Michael recreated Hugging Face’s ability […]

Read more

Python Community Interview With Eric Wastl

This week, we’re joined by Eric Wastl, a Senior Architect at TCGPlayer and the founder of Advent of Code (AoC). Join us as we discuss the inception of AoC, how to avoid common pitfalls when solving code challenges in AoC, and what Eric gets up to in the “3.8 seconds” of free time he has per year. Ricky: Thanks for joining me, Eric. You’re perhaps most well known for being the founder of Advent of Code, which we’ll talk about […]

Read more

Tutel: An efficient mixture-of-experts implementation for large DNN model training

Mixture of experts (MoE) is a deep learning model architecture in which computational cost is sublinear to the number of parameters, making scaling easier. Nowadays, MoE is the only approach demonstrated to scale deep learning models to trillion-plus parameters, paving the way for models capable of learning even more information and powering computer vision, speech recognition,  

Read more

This bot can stream audio or video files and urls in telegram voice chats

This bot can stream audio or video files and urls in telegram voice chats 🙂 🎯 Follow me and star this repo for more telegram bots. 🎯 📌 Features Play direct video streams. Play videos from youtube in audio and video formats Play via youtube search Telegram video/audio playing Admin control 🌐 Deployment 🏷 Deployment Guide Note: This userbot does not leaving from vc after song or video ended. And this is not a bot. Just a userbot. How to […]

Read more
1 392 393 394 395 396 976