Skip to content

Commit

Permalink
move nim from flyte agents to flytekit plugins (#1716)
Browse files Browse the repository at this point in the history
Signed-off-by: Samhita Alla <[email protected]>
  • Loading branch information
samhita-alla authored Aug 2, 2024
1 parent a23e1b7 commit 83fc575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ Flytekit functionality. These plugins can be anything and for comparison can be
- Run analytical queries using DuckDB.
* - {doc}`Weights and Biases <auto_examples/wandb_plugin/index>`
- `wandb`: Machine learning platform to build better models faster.
* - {doc}`NIM <auto_examples/nim_plugin/index>`
- Serve optimized model containers with NIM.
```

:::{dropdown} {fa}`info-circle` Using flytekit plugins
Expand Down Expand Up @@ -102,8 +104,6 @@ orchestrated by Flyte itself, within its provisioned Kubernetes clusters.
- Run Databricks jobs in your workflows with the Databricks agent.
* - {doc}`Memory Machine Cloud <auto_examples/mmcloud_agent/index>`
- Execute tasks using the MemVerge Memory Machine Cloud agent.
* - {doc}`NIM <auto_examples/nim_plugin/index>`
- Serve optimized model containers with NIM.
* - {doc}`OpenAI Batch <auto_examples/openai_batch_agent/index>`
- Submit requests for asynchronous batch processing on OpenAI.
* - {doc}`SageMaker Inference <auto_examples/sagemaker_inference_agent/index>`
Expand Down

0 comments on commit 83fc575

Please sign in to comment.