Skip to content

Commit

Permalink
fix nvidia title
Browse files Browse the repository at this point in the history
  • Loading branch information
abraham-leal committed Dec 17, 2024
1 parent 0a708c5 commit 9c11962
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docs/guides/integrations/nvidia_nim.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

# NVIDIA NIM Inference Microservices
# NVIDIA NeMo Inference Microservices

Weave automatically tracks and logs LLM calls made via the [ChatNVIDIA](https://python.langchain.com/docs/integrations/chat/nvidia_ai_endpoints/) library, after `weave.init()` is called.

Expand Down Expand Up @@ -39,7 +39,7 @@ It’s important to store traces of LLM applications in a central database, both
</TabItem>
</Tabs>

[![chatnvidia_trace.png](imgs/chatnvidia_trace.png)]
![chatnvidia_trace.png](imgs/chatnvidia_trace.png)

## Track your own ops

Expand Down Expand Up @@ -115,7 +115,7 @@ Navigate to Weave and you can click `get_pokemon_data` in the UI to see the inpu
</TabItem>
</Tabs>

[![nvidia_pokedex.png](imgs/nvidia_pokedex.png)]
![nvidia_pokedex.png](imgs/nvidia_pokedex.png)

## Create a `Model` for easier experimentation

Expand Down Expand Up @@ -168,7 +168,7 @@ Navigate to Weave and you can click `get_pokemon_data` in the UI to see the inpu
</TabItem>
</Tabs>

[![chatnvidia_model.png](imgs/chatnvidia_model.png)](https://wandb.ai/_scott/grammar-openai/weave/calls)
![chatnvidia_model.png](imgs/chatnvidia_model.png)

## Usage Info

Expand Down

0 comments on commit 9c11962

Please sign in to comment.