A little guide to building Large Language Models in 2024
This is the first video of a 2 part series covering all the concepts to train a good performance LLM in 2024.
https://www.youtube.com/watch?v=2-SPH9hIKT8
This is the first video of a 2 part series covering all the concepts to train a good performance LLM in 2024.
https://www.youtube.com/watch?v=2-SPH9hIKT8
YouTube
A little guide to building Large Language Models in 2024
A little guide through all you need to know to train a good performance large language model in 2024.
This is an introduction talk with link to references for further reading.
This is the first video of a 2 part series:
- Video 1 (this video): covering all…
This is an introduction talk with link to references for further reading.
This is the first video of a 2 part series:
- Video 1 (this video): covering all…
Lightning-AI / litgpt
Hackable implementation of state-of-the-art open-source LLMs based on nanoGPT. Supports flash attention, 4-bit and 8-bit quantization, LoRA and LLaMA-Adapter fine-tuning, pre-training. Apache 2.0-licensed.
https://github.com/Lightning-AI/litgpt
Hackable implementation of state-of-the-art open-source LLMs based on nanoGPT. Supports flash attention, 4-bit and 8-bit quantization, LoRA and LLaMA-Adapter fine-tuning, pre-training. Apache 2.0-licensed.
https://github.com/Lightning-AI/litgpt
GitHub
GitHub - Lightning-AI/litgpt: 20+ high-performance LLMs with recipes to pretrain, finetune and deploy at scale.
20+ high-performance LLMs with recipes to pretrain, finetune and deploy at scale. - Lightning-AI/litgpt
hpcaitech / Open-Sora
Open-Sora: Democratizing Efficient Video Production for All
https://github.com/hpcaitech/Open-Sora
Open-Sora: Democratizing Efficient Video Production for All
https://github.com/hpcaitech/Open-Sora
GitHub
GitHub - hpcaitech/Open-Sora: Open-Sora: Democratizing Efficient Video Production for All
Open-Sora: Democratizing Efficient Video Production for All - hpcaitech/Open-Sora
Most effective way to keep a python script always "running" on a server?
https://www.reddit.com/r/learnpython/comments/1bwufah/most_effective_way_to_keep_a_python_script_always/
https://www.reddit.com/r/learnpython/comments/1bwufah/most_effective_way_to_keep_a_python_script_always/
Reddit
From the learnpython community on Reddit
Explore this post and more from the learnpython community
Make Python DevEx
The article discusses the challenges of setting up a productive Python development environment and how using Make can help alleviate these barriers by automating the preparation of the development environment and expediting the test-driven development cycle. The author provides an example project that demonstrates how to use Make to improve the Python developer experience across multiple...
https://tech.target.com/blog/make-python-devex
The article discusses the challenges of setting up a productive Python development environment and how using Make can help alleviate these barriers by automating the preparation of the development environment and expediting the test-driven development cycle. The author provides an example project that demonstrates how to use Make to improve the Python developer experience across multiple...
https://tech.target.com/blog/make-python-devex
Make Python DevEx
An article by Colin Dean : How a 47+ year old tool can MAKE Python developer experience easier.
Enforcing conventions in Django projects with introspection
Some code and tips to combine Python and Django introspection APIs to enforce naming conventions in your Django models.
https://lukeplant.me.uk/blog/posts/enforcing-conventions-in-django-projects-with-introspection/
Some code and tips to combine Python and Django introspection APIs to enforce naming conventions in your Django models.
https://lukeplant.me.uk/blog/posts/enforcing-conventions-in-django-projects-with-introspection/
Luke Plant's home page
Enforcing conventions in Django projects with introspection
Some code and tips to combine Python and Django introspection APIs to enforce naming conventions in your Django models.
thepipe
Export any file, folder, website, or repo into GPT-4-Vision with one line of code.
https://github.com/emcf/thepipe
Export any file, folder, website, or repo into GPT-4-Vision with one line of code.
https://github.com/emcf/thepipe
GitHub
GitHub - emcf/thepipe: Get clean data from tricky documents, powered by vision-language models ⚡
Get clean data from tricky documents, powered by vision-language models ⚡ - emcf/thepipe
SWE-agent
SWE-agent turns LMs (e.g. GPT-4) into software engineering agents that can fix bugs and issues in real GitHub repositories.
https://github.com/princeton-nlp/SWE-agent
SWE-agent turns LMs (e.g. GPT-4) into software engineering agents that can fix bugs and issues in real GitHub repositories.
https://github.com/princeton-nlp/SWE-agent
GitHub
GitHub - SWE-agent/SWE-agent: SWE-agent takes a GitHub issue and tries to automatically fix it, using your LM of choice. It can…
SWE-agent takes a GitHub issue and tries to automatically fix it, using your LM of choice. It can also be employed for offensive cybersecurity or competitive coding challenges. [NeurIPS 2024] - Gi...
Building LLMs for Code Repair
The article discusses Replit's Code Repair feature, which automatically fixes common programming errors and issues in code. It explores how Code Repair helps developers save time and improve code quality by providing automated solutions to common coding problems.
https://blog.replit.com/code-repair
The article discusses Replit's Code Repair feature, which automatically fixes common programming errors and issues in code. It explores how Code Repair helps developers save time and improve code quality by providing automated solutions to common coding problems.
https://blog.replit.com/code-repair
Replit Blog
Replit — Building LLMs for Code Repair
Introduction
At Replit, we are rethinking the developer experience with AI as a first-class citizen of the development environment. Towards this vision, we are tightly integrating AI tools with our IDE. Currently, LLMs specialized for programming are trained…
At Replit, we are rethinking the developer experience with AI as a first-class citizen of the development environment. Towards this vision, we are tightly integrating AI tools with our IDE. Currently, LLMs specialized for programming are trained…
DBRX
Code examples and resources for DBRX, a large language model developed by Databricks.
https://github.com/databricks/dbrx
Code examples and resources for DBRX, a large language model developed by Databricks.
https://github.com/databricks/dbrx
GitHub
GitHub - databricks/dbrx: Code examples and resources for DBRX, a large language model developed by Databricks
Code examples and resources for DBRX, a large language model developed by Databricks - databricks/dbrx
Why Do Python Lists Multiply Oddly? Exploring the CPython Source Code
A look at the internals of list implementation in CPython to understand this weird quirk about them.
https://codeconfessions.substack.com/p/why-do-python-lists-multiply-oddly
A look at the internals of list implementation in CPython to understand this weird quirk about them.
https://codeconfessions.substack.com/p/why-do-python-lists-multiply-oddly
Codingconfessions
Why Do Python Lists Multiply Oddly? Exploring the CPython Source Code
A look at the internals of list implementation in CPython to understand this weird quirk about them
Automating Python with Google Cloud
A tutorial series on how to automate a Python script in Google Cloud using Cloud Functions and/or Cloud Run.
https://www.scipress.io/post/rSp9Rov4ppvHgpHQaRPy/Automating-Python-with-Google-Cloud
A tutorial series on how to automate a Python script in Google Cloud using Cloud Functions and/or Cloud Run.
https://www.scipress.io/post/rSp9Rov4ppvHgpHQaRPy/Automating-Python-with-Google-Cloud
www.scipress.io
Automating Python with Google Cloud
SentenceTransformers: Python framework for sentence, text and image embeddings
https://www.sbert.net/index.html
https://www.sbert.net/index.html