Hello, and welcome to this week’s changelog update! Let’s dive into what’s new:
-
Improved build status
We revamped the build experience on the platform. You can now follow each build step with real-time statuses, detailed messages, and duration. This is useful to precisely track the process of your build.
-
Easier environment variable creation
You no longer need to select a type for your environment variables. You can now reference environment variables and secrets using interpolation. For example, to reference a secret in an environment variable, use the following syntax:
{{ secret.SECRET_NAME }}
. Previously, you had to select theSecret
type for a variable before adding the secret reference. -
Fixed
KOYEB_SERVICE_PRIVATE_DOMAIN
variable valueWe changed the suffix of the
KOYEB_SERVICE_PRIVATE_DOMAIN
variable from.koyeb
to.internal
. The.koyeb
suffix isn’t accepted anymore to privately reach a service on our new network stack. If you are still using a private domain ending with.koyeb
, make sure to change it. -
New tutorial: Fine-Tune Llama 3.1 8B using QLORA on Koyeb Serverless GPUs
In Diego’s tutorial, learn how to fine-tune a Llama 3.1 B model using QLORA on Koyeb Serverless GPUs. ComfyUI and Flux. Check it out and deploy the fine-tuned model to get answers to your questions in real-time.