Mamba-Chat
Mamba-Chat is the first chat language model based on a state-space model architecture, not a transformer.
https://github.com/havenhq/mamba-chat
Mamba-Chat is the first chat language model based on a state-space model architecture, not a transformer.
https://github.com/havenhq/mamba-chat
GitHub
GitHub - redotvideo/mamba-chat: Mamba-Chat: A chat LLM based on the state-space model architecture 🐍
Mamba-Chat: A chat LLM based on the state-space model architecture 🐍 - redotvideo/mamba-chat
pytest daemon: 10X Local Test Iteration Speed
At Discord, their Python test suite suffered from slow local test runs, taking 13 seconds per test. They built a pytest daemon that improves local test iteration speed by 10x, significantly reducing development time. This solution involves offloading heavy work to a background process and caching results, bypassing slow imports and fixtures.
https://discord.com/blog/pytest-daemon-10x-local-test-iteration-speed
At Discord, their Python test suite suffered from slow local test runs, taking 13 seconds per test. They built a pytest daemon that improves local test iteration speed by 10x, significantly reducing development time. This solution involves offloading heavy work to a background process and caching results, bypassing slow imports and fixtures.
https://discord.com/blog/pytest-daemon-10x-local-test-iteration-speed
Discord
pytest daemon: 10X Local Test Iteration Speed
At Discord, we utilize a Python monolith to power our API. But recently, it took a whopping 13 seconds to run a single test! Join engineer Ruby Feinstein as he tackles this situation and makes the process better for everyone on his team.
coffee
Build and iterate on your UI 10x faster with AI - right from your own IDE.
https://github.com/Coframe/coffee
Build and iterate on your UI 10x faster with AI - right from your own IDE.
https://github.com/Coframe/coffee
GitHub
GitHub - Coframe/coffee: Build and iterate on your UI 10x faster with AI - right from your own IDE ☕️
Build and iterate on your UI 10x faster with AI - right from your own IDE ☕️ - Coframe/coffee
µHTTP
µHTTP emerged from the need of a simple web framework. It's great for micro-services, single page applications, AND monolithic monsters.
https://github.com/0x67757300/uHTTP
µHTTP emerged from the need of a simple web framework. It's great for micro-services, single page applications, AND monolithic monsters.
https://github.com/0x67757300/uHTTP
GitHub
GitHub - 0x67757300/uHTTP: Pythonic Web Development
Pythonic Web Development. Contribute to 0x67757300/uHTTP development by creating an account on GitHub.
Django: Sanitize incoming HTML fragments with nh3
Let’s look at how to use nh3 for HTML sanitisation in Django forms. You can adapt this approach to other situations, such as in DRF serializers.
https://adamj.eu/tech/2023/12/13/django-sanitize-incoming-html-nh3/
Let’s look at how to use nh3 for HTML sanitisation in Django forms. You can adapt this approach to other situations, such as in DRF serializers.
https://adamj.eu/tech/2023/12/13/django-sanitize-incoming-html-nh3/
adamj.eu
Django: Sanitize incoming HTML fragments with nh3 - Adam Johnson
A fairly common situation in a Django project is where you need to store and serve arbitrary HTML fragments. These often come from forms with rich text editors (using HTML’s contenteditable).
imoneoi / openchat
OpenChat: Advancing Open-source Language Models with Imperfect Data
https://github.com/imoneoi/openchat
OpenChat: Advancing Open-source Language Models with Imperfect Data
https://github.com/imoneoi/openchat
GitHub
GitHub - imoneoi/openchat: OpenChat: Advancing Open-source Language Models with Imperfect Data
OpenChat: Advancing Open-source Language Models with Imperfect Data - imoneoi/openchat
LouisShark / chatgpt_system_prompt
collect agent's system prompt and share some prompt inject knowledge
https://github.com/LouisShark/chatgpt_system_prompt
collect agent's system prompt and share some prompt inject knowledge
https://github.com/LouisShark/chatgpt_system_prompt
GitHub
GitHub - LouisShark/chatgpt_system_prompt: A collection of GPT system prompts and various prompt injection/leaking knowledge.
A collection of GPT system prompts and various prompt injection/leaking knowledge. - LouisShark/chatgpt_system_prompt
llmware-ai / llmware
Providing enterprise-grade LLM-based development framework, tools, and fine-tuned models.
https://github.com/llmware-ai/llmware
Providing enterprise-grade LLM-based development framework, tools, and fine-tuned models.
https://github.com/llmware-ai/llmware
GitHub
GitHub - llmware-ai/llmware: Unified framework for building enterprise RAG pipelines with small, specialized models
Unified framework for building enterprise RAG pipelines with small, specialized models - llmware-ai/llmware
PurpleLlama
Set of tools to assess and improve LLM security.
https://github.com/facebookresearch/PurpleLlama
Set of tools to assess and improve LLM security.
https://github.com/facebookresearch/PurpleLlama
GitHub
GitHub - meta-llama/PurpleLlama: Set of tools to assess and improve LLM security.
Set of tools to assess and improve LLM security. Contribute to meta-llama/PurpleLlama development by creating an account on GitHub.
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
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
blog.glyph.im
Annotated At Runtime
PEP 593 is a bit vague on how you’re supposed to actually consume arguments to Annotated; here is my proposal.
Netchecks
Netchecks is a set of tools for testing network conditions and asserting that they are as expected.
https://github.com/hardbyte/netchecks
Netchecks is a set of tools for testing network conditions and asserting that they are as expected.
https://github.com/hardbyte/netchecks
GitHub
GitHub - hardbyte/netchecks: Tool to validate assumptions about the network
Tool to validate assumptions about the network. Contribute to hardbyte/netchecks development by creating an account on GitHub.
NVIDIA / Megatron-LM
Ongoing research training transformer models at scale
https://github.com/NVIDIA/Megatron-LM
Ongoing research training transformer models at scale
https://github.com/NVIDIA/Megatron-LM
GitHub
GitHub - NVIDIA/Megatron-LM: Ongoing research training transformer models at scale
Ongoing research training transformer models at scale - NVIDIA/Megatron-LM
Balm in GILead: Fast string construction for CPython extensions
https://blog.vito.nyc/posts/gil-balm/
https://blog.vito.nyc/posts/gil-balm/
blog.vito.nyc
Balm in GILead: Fast string construction for CPython extensions
An unorthodox approach to optimizing Python C extensions that operate on Python strings
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/
This release includes the following announcements:
https://devblogs.microsoft.com/python/python-in-visual-studio-code-december-2023-release/
Microsoft News
Python in Visual Studio Code – December 2023 Release
The December 2023 release of the Python and Jupyter extensions for Visual Studio Code are now available. Learn more about the latest release!
LLMCompiler
An LLM Compiler for Parallel Function Calling.
https://github.com/SqueezeAILab/LLMCompiler
An LLM Compiler for Parallel Function Calling.
https://github.com/SqueezeAILab/LLMCompiler
GitHub
GitHub - SqueezeAILab/LLMCompiler: [ICML 2024] LLMCompiler: An LLM Compiler for Parallel Function Calling
[ICML 2024] LLMCompiler: An LLM Compiler for Parallel Function Calling - SqueezeAILab/LLMCompiler