Skip to content

Commit

Permalink
Update weights-and-biases.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
feliciaxiao16 authored Aug 20, 2024
1 parent 1f6b856 commit 8328431
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fern/docs/integrations/weights-and-biases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Scroll down and go to the "Secrets" section.

You need to add a secret key, for example, "WANDB". It can be any name, but you must use the same name for the `wandb_secret_key` parameter.

![](/docs/assets/images/fine-tuning-imgs/wandb-setup-guide/wandb_img_2.jpeg)
![](../assets/images/fine-tuning-imgs/wandb-setup-guide/wandb_img_2.jpeg)

### **Method 2: Add through Command Line**

Expand All @@ -40,11 +40,11 @@ octoai secret create --key <SECRET_KEY_NAME> --value <SECRET_VALUE>

Once you join your company group, you can create a project name on the Weights & Biases project page. Give your project a name and ensure you use the same name in the OctoAI CLI.

![](/docs/assets/images/fine-tuning-imgs/wandb-setup-guide/wandb_img_3.jpeg)
![](../assets/images/fine-tuning-imgs/wandb-setup-guide/wandb_img_3.jpeg)

Here I put my project name as"MyProject”. And I need to use this for the `wandb_secret_key` parameter.

![](/docs/assets/images/fine-tuning-imgs/wandb-setup-guide/wandb_img_4.jpeg)
![](../assets/images/fine-tuning-imgs/wandb-setup-guide/wandb_img_4.jpeg)



Expand Down

0 comments on commit 8328431

Please sign in to comment.