Skip to content

Commit

Permalink
- [Blog] Minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
peterschmidt85 committed Jul 14, 2023
1 parent 698554e commit b0a60b2
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/blog/posts/embrace-dev-environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Learn how to elevate your ML workflow with using dev environments
slug: embrace-dev-environments
---

# Embrace dev environments, leave manual SSH behind
# Leave manual SSH behind

__Overcoming the limitations of dev environments for ML projects.__

Expand Down
3 changes: 1 addition & 2 deletions docs/blog/posts/say-goodbye-to-managed-notebooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ title: Say goodbye to managed notebooks!
date: 2023-06-29
description: Discover how cloud dev environments can benefit ML engineers and why why they are gaining popularity over managed notebooks .
slug: say-goodbye-to-managed-notebooks

---

# Say goodbye to managed notebooks! 👋
# Say goodbye to managed notebooks

__Why managed notebooks are losing ground to cloud dev environments.__

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ links:
- LangChain's Hugging Face Pipelines: https://python.langchain.com/en/latest/modules/models/llms/integrations/huggingface_pipelines.html
- Falcon-7B-Instruct model on Hugging Face: https://huggingface.co/tiiuae/falcon-7b-instruct
- Dolly 2.0's instruct pipeline: https://huggingface.co/databricks/dolly-v2-12b/raw/main/instruct_pipeline.py
categories:
- Tutorials
---

# Using OSS LLMs with LangChain in your cloud
# Using OSS LLMs with LangChain in the cloud

__A tutorial explaining how to build a chatbot using OSS LLMs on your cloud.__

Expand Down
6 changes: 4 additions & 2 deletions docs/blog/posts/v0.10-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
date: 2023-06-12
description: Read about the latest update and the major improvements it brings to the tool.
slug: "new-configuration-format-and-cli-experience"
categories:
- Releases
---

# dstack 0.10: New configuration format and CLI experience
# New configuration format and CLI experience

__The latest update refines the configuration format and CLI experience.__
__The 0.10 update is out with refined configuration format and CLI experience.__

This is the most massive and feature-loaded update of `dstack` in the last several months.
The update introduces a brand-new way to configure and run dev environments and tasks,
Expand Down
6 changes: 4 additions & 2 deletions docs/blog/posts/v0.10.2-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ title: "dstack 0.10.2: Build command, spot and retry policies"
date: 2023-06-22
description: The new release makes running development environments and tasks in the cloud even easier.
slug: "prebuilt-environments-spot-and-retry-policies"
categories:
- Releases
---

# dstack 0.10.2: Build command, spot and retry policies, and more
# An early preview of the build command

__Introducing two features that radically improve the developer experience.__
__The 0.10.2 update adds a command that allows for pre-building environments.__

We are continuously striving to make running dev environments and ML tasks in the cloud even easier. With the
new release, we have added two new features that we believe radically improve the developer experience.
Expand Down
6 changes: 4 additions & 2 deletions docs/blog/posts/v0.10.3-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ title: "dstack 0.10.3: A preview of Lambda Cloud support"
date: 2023-07-05
description: The new release makes running development environments and tasks in the cloud even easier.
slug: "lambda-cloud-support-preview"
categories:
- Releases
---

# dstack 0.10.3: A preview of Lambda Cloud support
# An early preview of Lambda Cloud support

__The latest update adds the initial support for Lambda Cloud.__
__Check out the 0.10.3 update with initial support for Lambda Cloud.__

`dstack` has two key features. Firstly, it simplifies the running of ML workloads in the cloud.
Secondly, it supports multiple clouds, allowing to stay independent of a particular vendor and reduce
Expand Down
6 changes: 4 additions & 2 deletions docs/blog/posts/v0.2-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
date: 2023-03-13
description: The latest update of dstack now supports Google Cloud Platform (GCP).
slug: "gcp-support-just-landed"
categories:
- Releases
---

# dstack 0.2: GCP support just landed
# GCP support just landed

__The latest update of dstack now supports Google Cloud Platform (GCP).__
__The 0.2 update adds support for Google Cloud Platform (GCP).__

With the release of version 0.2 of `dstack`, it is now possible to configure GCP as a remote. All features that were
previously available for AWS,
Expand Down
6 changes: 4 additions & 2 deletions docs/blog/posts/v0.7-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
date: 2023-04-11
description: A new tool for teams to manage their ML workflows.
slug: "introducing-dstack-hub"
categories:
- Releases
---

# dstack 0.7: A preview of dstack server
# An early preview of dstack server

__A preview of the new tool for teams to manage their ML workflows.__
__The 0.7 update introduces the server with UI, team management, and more.__

Last October, we open-sourced the `dstack` CLI for defining ML workflows as code and running them easily on any cloud or
locally. The tool abstracts ML engineers from vendor APIs and infrastructure, making it convenient to run scripts,
Expand Down
6 changes: 4 additions & 2 deletions docs/blog/posts/v0.9.1-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
date: 2023-05-22
description: The latest update introduces Azure support, enables browsing of logs and artifacts through UI, and includes other improvements.
slug: azure-support-better-ui-and-more
categories:
- Releases
---

# dstack 0.9.1: Azure, better UI and more
# Azure, better UI and more

__The latest update introduces Azure support, and includes other improvements.__
__The 0.9.1 update introduces Azure support among other improvements.__

At `dstack`, our goal is to create a simple and unified interface for ML engineers to run dev environments, pipelines, and
apps on any cloud. With the latest update, we take another significant step in this direction.
Expand Down

0 comments on commit b0a60b2

Please sign in to comment.