ch
Feedback
PythonHub

PythonHub

前往频道在 Telegram

News & links about Python programming. https://pythonhub.dev/

显示更多
2 532
订阅者
+224 小时
+47
+4130
帖子存档
mergekit Tools for merging pretrained large language models. https://github.com/cg123/mergekit

flowtyone / flowty-realtime-lcm-canvas A realtime sketch to image demo using LCM and the gradio library. https://github.com/flowtyone/flowty-realtime-lcm-canvas

whisper-plus Advancing Speech-to-Text Processing. https://github.com/kadirnar/whisper-plus

skytrack A command-line based plane spotting and aircraft OSINT reconnaissance tool made using Python. https://github.com/ANG13T/skytrack

You don't need this in Python SummaryThis article contains nothing new. In fact, those things have been talked about everywhere ... https://www.bitecode.dev/p/you-dont-need-this-in-python

Vector Search RAG Tutorial – Combine Your Data with LLMs with Advanced Search Learn how to use vector search and embeddings to easily combine your data with large language models like GPT-4. You will first learn the concepts and then create three projects. https://www.youtube.com/watch?v=JEBDfGqrAUA

YAML, Python and the Holy Graal https://yamlscript.org/posts/advent-2023/dec-21/

T’is the Time … for GenAI! Home Table of Contents T’is the Time … for GenAI! ... https://pyimagesearch.com/2023/12/25/tis-the-time-for-genai/

Building a personal predictive text engine This post discusses the development of a personal predictive text engine called AutoWrite, which takes into account words already written in a document to provide context-specific autocompletions. https://jamesg.blog/2023/12/15/auto-write/

feud Build powerful CLIs with simple idiomatic Python, driven by type hints. https://github.com/eonu/feud/

How many CPU cores can you actually use in parallel? Figuring out how much parallelism your program can use is surprisingly tricky. https://pythonspeed.com/articles/cpu-thread-pool-size/

Python Hub Weekly Digest for 2023-12-24 https://pythonhub.dev/digest/2023-12-24/

LLMCompiler An LLM Compiler for Parallel Function Calling. https://github.com/SqueezeAILab/LLMCompiler

Python in Visual Studio Code – December 2023 Release This release includes the following announcements: https://devblogs.microsoft.com/python/python-in-visual-studio-code-december-2023-release/

Balm in GILead: Fast string construction for CPython extensions https://blog.vito.nyc/posts/gil-balm/

NVIDIA / Megatron-LM Ongoing research training transformer models at scale https://github.com/NVIDIA/Megatron-LM

Netchecks Netchecks is a set of tools for testing network conditions and asserting that they are as expected. https://github.com/hardbyte/netchecks

Annotated At Runtime PEP 593 is a bit vague on how you’re supposed to actually consume arguments to Annotated; here is my proposal. https://blog.glyph.im/2023/12/annotated-at-runtime.html

Cyclopts Intuitive, easy CLIs based on python type hints. https://github.com/BrianPugh/cyclopts