Skip to content

Commit

Permalink
Pre-release header, note on op (#1115)
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlewis authored Jan 23, 2024
1 parent b6985a2 commit 4cb5748
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/guides/tracking/ops.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@ track_me(15)

Calling an op will created a new op version if the code has changed from the last call, and log the inputs and outputs of the function.

:::note
Functions decorated with `@weave.op()` will behave normally (without code versioning and tracking), if you don't call `weave.init()` before calling them.
:::

Ops can be [served](/guides/tools/serve) or [deployed](/guides/tools/deploy) using the Weave toolbelt.
2 changes: 2 additions & 0 deletions docs/docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ hide_table_of_contents: true

# Introduction

*🍲 This version of Weave is pre-release software. 🍲*

Weave is a toolkit for developing AI-powered applications, built by [Weights & Biases](https://wandb.ai).

Our goal is to bring rigor, best-practices, and composability, to the inherently experimental process of developing AI-based software, without introducing cognitive overhead.
Expand Down

0 comments on commit 4cb5748

Please sign in to comment.