Large Language Models and Nearest Neighbors
https://magazine.sebastianraschka.com/p/large-language-models-and-nearest
https://magazine.sebastianraschka.com/p/large-language-models-and-nearest
Sebastianraschka
Large Language Models and Nearest Neighbors
Instead of jumping on the latest trend of the week, I wanted to dive into a recent, fascinating application of nearest-neighbor methods in the context of large language models (LLMs) that made big waves in July.
Briefcase: Convert a Python project into a standalone native application
https://briefcase.readthedocs.io/en/stable/
https://briefcase.readthedocs.io/en/stable/
Python ConfigParser Tutorial
A complete guide that equips you with the knowledge and skills to work with configuration files using Python effectively.
https://www.lambdatest.com/blog/python-configparser-tutorial/
A complete guide that equips you with the knowledge and skills to work with configuration files using Python effectively.
https://www.lambdatest.com/blog/python-configparser-tutorial/
LambdaTest
Python ConfigParser Tutorial - Comprehensive Guide To Working With Configuration Files With Python
Explore our comprehensive Python ConfigParser Tutorial, a complete guide that equips you with the knowledge and skills to work with configuration files using Python effectively.
Resume-Matcher
Open Source Free ATS Tool to compare Resumes with Job Descriptions and create a score to rank them.
https://github.com/srbhr/Resume-Matcher
Open Source Free ATS Tool to compare Resumes with Job Descriptions and create a score to rank them.
https://github.com/srbhr/Resume-Matcher
GitHub
GitHub - srbhr/Resume-Matcher: Improve your resumes with Resume Matcher. Get insights, keyword suggestions and tune your resumes…
Improve your resumes with Resume Matcher. Get insights, keyword suggestions and tune your resumes to job descriptions. - GitHub - srbhr/Resume-Matcher: Improve your resumes with Resume Matcher. Ge...
Jupyter Notebook 7
Jupyter Notebook 7 is the most significant release of the Jupyter Notebook in years. Some highlights of this release include real-time collaboration, interactive debugging, table of contents, theming and dark mode, internationalization, improved accessibility, compact view on mobile devices.
https://blog.jupyter.org/announcing-jupyter-notebook-7-8d6d66126dcf
Jupyter Notebook 7 is the most significant release of the Jupyter Notebook in years. Some highlights of this release include real-time collaboration, interactive debugging, table of contents, theming and dark mode, internationalization, improved accessibility, compact view on mobile devices.
https://blog.jupyter.org/announcing-jupyter-notebook-7-8d6d66126dcf
Medium
Announcing Jupyter Notebook 7
Jupyter Notebook 7 is the most significant release of the Jupyter Notebook in years. Some highlights of this release include real-time…
PythonMonkey
A Mozilla SpiderMonkey JavaScript engine embedded into the Python VM, using the Python engine to provide the JS host environment.
https://github.com/Distributive-Network/PythonMonkey
A Mozilla SpiderMonkey JavaScript engine embedded into the Python VM, using the Python engine to provide the JS host environment.
https://github.com/Distributive-Network/PythonMonkey
GitHub
GitHub - Distributive-Network/PythonMonkey: A Mozilla SpiderMonkey JavaScript engine embedded into the Python VM, using the Python…
A Mozilla SpiderMonkey JavaScript engine embedded into the Python VM, using the Python engine to provide the JS host environment. - Distributive-Network/PythonMonkey
baichuan-inc / Baichuan-13B
A 13B large language model developed by Baichuan Intelligent Technology
https://github.com/baichuan-inc/Baichuan-13B
A 13B large language model developed by Baichuan Intelligent Technology
https://github.com/baichuan-inc/Baichuan-13B
GitHub
GitHub - baichuan-inc/Baichuan-13B: A 13B large language model developed by Baichuan Intelligent Technology
A 13B large language model developed by Baichuan Intelligent Technology - baichuan-inc/Baichuan-13B
OpenBMB / ToolBench
An open platform for training, serving, and evaluating large language model for tool learning.
https://github.com/OpenBMB/ToolBench
An open platform for training, serving, and evaluating large language model for tool learning.
https://github.com/OpenBMB/ToolBench
GitHub
GitHub - OpenBMB/ToolBench: [ICLR'24 spotlight] An open platform for training, serving, and evaluating large language model for…
[ICLR'24 spotlight] An open platform for training, serving, and evaluating large language model for tool learning. - OpenBMB/ToolBench
How to create async Django forms in 2 minutes (with Alpine.js)
Here's a video showing you how to add async forms to a Django templates (no page reload) in 2 minutes. The guide uses Alpine.js to add minimal, neat Javascript.
https://www.youtube.com/watch?v=w2Xi6bX6DK4
Here's a video showing you how to add async forms to a Django templates (no page reload) in 2 minutes. The guide uses Alpine.js to add minimal, neat Javascript.
https://www.youtube.com/watch?v=w2Xi6bX6DK4
YouTube
How to create async Django forms in 2 minutes (with Alpine.js) ⛰️
Hi fellow Djangoers 🐎
Here's a video showing you how to add async forms to a Django templates (no page reload) in 2 minutes. The guide uses Alpine.js to add minimal, neat javascript. 🏔️
Here's my blog post, containing the code:
https://www.photondesign…
Here's a video showing you how to add async forms to a Django templates (no page reload) in 2 minutes. The guide uses Alpine.js to add minimal, neat javascript. 🏔️
Here's my blog post, containing the code:
https://www.photondesign…
PyTorch Memory Tuning
This article will focus on minimizing GPU memory footprint — for both optimization and inference workloads. Throughput and latency usually get all the attention, but reducing memory consumption without making architecture sacrifices is often just as valuable.
https://paulbridger.com/posts/pytorch-memory-tuning/
This article will focus on minimizing GPU memory footprint — for both optimization and inference workloads. Throughput and latency usually get all the attention, but reducing memory consumption without making architecture sacrifices is often just as valuable.
https://paulbridger.com/posts/pytorch-memory-tuning/
Paulbridger
PyTorch Memory Tuning
This article will focus on minimizing GPU memory footprint — for both optimization and inference workloads. Throughput and latency usually get all the attention, but reducing memory consumption without making architecture sacrifices is often just as valuable.
Patterns for Building LLM-based Systems & Products
This post is about practical patterns for integrating large language models (LLMs) into systems and products. We’ll draw from academic research, industry resources, and practitioner know-how, and try to distill them into key ideas and practices.
https://eugeneyan.com/writing/llm-patterns/
This post is about practical patterns for integrating large language models (LLMs) into systems and products. We’ll draw from academic research, industry resources, and practitioner know-how, and try to distill them into key ideas and practices.
https://eugeneyan.com/writing/llm-patterns/
eugeneyan.com
Patterns for Building LLM-based Systems & Products
Evals, RAG, fine-tuning, caching, guardrails, defensive UX, and collecting user feedback.
devlooper
A program synthesis agent that autonomously fixes its output by running tests!
https://github.com/modal-labs/devlooper
A program synthesis agent that autonomously fixes its output by running tests!
https://github.com/modal-labs/devlooper
GitHub
GitHub - modal-labs/devlooper: A program synthesis agent that autonomously fixes its output by running tests!
A program synthesis agent that autonomously fixes its output by running tests! - modal-labs/devlooper
The GIL Was Removed From Python!?
The GIL has been removed from Python! Has it though? Okay, let me clear some things up: Okay, allow ...
https://superfastpython.com/gil-removed-from-python/
The GIL has been removed from Python! Has it though? Okay, let me clear some things up: Okay, allow ...
https://superfastpython.com/gil-removed-from-python/
Super Fast Python
The GIL Was Removed From Python!? - Super Fast Python
The GIL has been removed from Python! Has it though? Okay, let me clear some things up: Okay, allow me to elaborate. Let’s get started. Python Global Interpreter Lock (GIL) The internals of the default Python interpreter (called CPython) are not thread-safe.…
Django: The perils of string_if_invalid in templates
https://adamj.eu/tech/2023/08/09/django-perils-string-if-invalid/
https://adamj.eu/tech/2023/08/09/django-perils-string-if-invalid/
adamj.eu
Django: The perils of string_if_invalid in templates - Adam Johnson
Django’s template engine has a string_if_invalid option that replaces missing variable lookups with a string of your choice: