Skip to content

Commit 15f2d7a

Browse files
committed
Merge branch 'main' into pytorch_ddp
2 parents cd53b5f + 5d9680e commit 15f2d7a

116 files changed

Lines changed: 4880 additions & 4206 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v5
1919

2020
- name: Setup Node.js
21-
uses: actions/setup-node@v4
21+
uses: actions/setup-node@v6
2222
with:
2323
node-version: latest
2424

.github/workflows/links.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
version: latest
2222

23-
- uses: actions/setup-node@v4
23+
- uses: actions/setup-node@v6
2424
with:
2525
node-version: 22
2626

.github/workflows/spellcheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
uses: actions/checkout@v5
1818

1919
- name: Spell Check Repo
20-
uses: crate-ci/typos@v1.35.5
20+
uses: crate-ci/typos@v1.38.1
2121
with:
2222
files: docs/**/**/*.md docs/**/**/*.mdx

.github/workflows/update-lockfiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v5
1717
- name: Set up pixi
18-
uses: prefix-dev/setup-pixi@v0.9.0
18+
uses: prefix-dev/setup-pixi@v0.9.2
1919
with:
2020
run-install: false
2121

.helix/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[editor]
2+
soft-wrap.enable = true

blog/2025-05-02-blog-post.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
slug: 2025-05-02-o4-mini
3-
title: o4-mini is now available!
3+
title: o4-mini is now available
44
authors: [sajid-ali]
55
tags: [pythia, genai]
66
---

blog/2025-09-10-blog-post.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
slug: 2025-09-10-claude
3+
title: Claude is now available
4+
authors: [sajid-ali]
5+
tags: [pythia, genai]
6+
---
7+
8+
We are pleased to announce that the `claude` (`4.0` and `3.7`) models are now available via Pythia. Here are the overviews for the models:
9+
https://www.anthropic.com/claude/sonnet, https://www.anthropic.com/claude/opus
10+
11+
<!-- truncate -->
12+
13+
With API keys to access Claude, you can also enable Claude API tools like Claude Code. Refer to this guide for more details: https://portkey.ai/docs/integrations/libraries/claude-code#2-integrate-portkey-with-claude-code

docs/cloud/04_dataproc/03_computation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ trino --catalog=hive
120120

121121
## Using Conda
122122

123-
NYU Dataproc comes with `miniconda3` by default. This can be used to manage Python packages within your filesystem home directory. See [here](https://docs.conda.io/projects/conda/en/latest/user-guide/getting-started.html) or [here](../../hpc/06_tools_and_software/04_conda_environments.mdx) for more information on the conda command.
123+
NYU Dataproc comes with `miniconda3` by default. This can be used to manage Python packages within your filesystem home directory. See [here](https://docs.conda.io/projects/conda/en/latest/user-guide/getting-started.html) or [here](../../hpc/06_tools_and_software/06_conda_environments.mdx) for more information on the conda command.
124124

125125
## Using Jupyter Notebooks
126126

docs/genai/01_getting_started/01_intro.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ Welcome to Pythia, the generative AI platform for research workflows. As part of
88
- [Access to externally hosted LLMs](../01_getting_started/02_llm_gateway.mdx)
99
- [HPC resources for fine tuning LLMs](../../hpc/08_ml_ai_hpc/08_llm_fine_tuning.md)
1010

11-
:::tip[Personal use]
11+
:::info[Personal use]
1212
If you want to access NYU provided LLMs for personal use, proceed to https://gemini.google.com/app with your NYU credentials.
1313
:::
1414

15+
:::tip[GenAI Library Guide]
16+
Please visit the NYU Library guide on GenAI tools to understand how you can responsibly and effectively harness these tools for academic research: https://guides.nyu.edu/ai-tools
17+
:::
18+
1519
For an overview of the capabilities afforded by the LLM gateway, proceed to the next section.

docs/genai/03_external_llms/01_catalogue.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22

33
We currently facilitate access to the following externally hosted LLMs:
44

5-
## OpenAI
5+
## Anthropic (via AWS Bedrock)
6+
- Claude Sonnet (4.0 & 3.7)
7+
- Claude Opus 4.0
8+
9+
## OpenAI (via Azure OpenAI)
610
- gpt-4o-mini
711
- gpt-4o
812
- o4-mini
913
- text-embedding-3-small
1014

11-
## VertexAI
15+
## Google (via GCP VertexAI)
1216
- gemini-2.5 models (pro, flash, flash-lite)
1317
- gemini-2.0 models (flash, flash-lite)
1418
- gemini-embedding-001
15-
16-
For a comprehensive list, please [refer to the VertexAI documentation](https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models).

0 commit comments

Comments
 (0)