AWS Lambda with Python, Poetry, and Pulumi
Published: 26. September 2024 • python, aws
Build a Python AWS Lambda function with Poetry and deploy it with Pulumi.
Published: 26. September 2024 • python, aws
Build a Python AWS Lambda function with Poetry and deploy it with Pulumi.
Published: 1. October 2024 • python, aws
Set up an AWS Batch job with GPU support using Python, Pulumi, and Poetry.
Published: 27. October 2024 • python, llm
Fine-tune a small language model for SQL generation and convert it for use with Transformers.js.
Published: 21. July 2026 • python, llm
This blog post explores time-series forecasting using Google TimesFM, a pretrained time-series foundation model. It demonstrates how to use TimesFM for zero-shot forecasting on various datasets.
Published: 2. August 2026 • python, llm
An introduction to Prior Labs' TabPFN, a foundation model for tabular data in Python.