Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ permissions:
pull-requests: write

on:
push:
branches:
- main
pull_request:
branches:
- main
Expand Down
10 changes: 4 additions & 6 deletions docs/genai/03_external_llms/01_catalogue.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,17 @@ We currently facilitate access to the following externally hosted LLMs:


## Google (via GCP VertexAI)
- gemini-3.6-flash
- gemini-3.5-(flash, flash-lite)
- gemini-3.1-pro-preview
- gemini-3.0 models (pro-preview, flash-preview)
- gemini-2.5 models (pro, flash, flash-lite)
- gemini-embedding-001
- gemini-embedding-2

## Anthropic (via GCP VertexAI)
- Claude Sonnet 4.5 & 4.6
- Claude Opus 4.5 & 4.6
- Claude Haiku 4.5

## OpenAI (via Azure OpenAI)
- gpt-5.4
- gpt-5-mini
- gpt-4o-mini
- gpt-4o
- o4-mini
- text-embedding-3-small
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

When someone nominates you as their HPC sponsor, you should be notified by email.

:::info VPN Needed
:::info[VPN Needed]
You need to be on the NYU VPN to perform this task!
:::

Expand Down
6 changes: 3 additions & 3 deletions docs/hpc/02_connecting_to_hpc/01_connecting_to_hpc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Configuring the file above will allow you to use the cmd terminal to connect to

### Common Issues

:::warning Man in the Middle warning
:::warning[Man in the Middle warning]
If you see this warning:
```sh
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Expand All @@ -76,14 +76,14 @@ It is also possible that a host key has just been changed.
Do not be alarmed - this is an issue that occurs because the Torch and Torch clusters have multiple login nodes. For instance, `login.torch.hpc.nyu.edu` resolves to one of three possible login nodes (`log-1`, `log-2`, and `log-3`). The configuration directive `StrictHostKeyChecking no` referenced in the recommended config above will prevent this error. Ensure that you have not missed adding it.
:::

:::info SSH Timeout errors
:::info[SSH Timeout errors]
SSH timeout errors can be fixed by extending the `ServerAliveInterval` argument.
:::

## Connecting to the NYU Network
To access the HPC systems, you must either be on the NYU secure network (such as the NYU WiFi or a wired connection from an NYU office) or use the NYU VPN.

:::info Connecting to the HPC clusters from outside NYU Network
:::info[Connecting to the HPC clusters from outside NYU Network]
[Set up your computer to use the NYU VPN][nyu vpn link]. Once you've created a VPN connection, you can proceed as if you were connected to the NYU net
:::

Expand Down
2 changes: 1 addition & 1 deletion docs/hpc/03_storage/02_data_transfers.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Data Transfers

:::tip Globus
:::tip[Globus]
Globus is the recommended tool to use for large-volume data transfers due to the efficiency, reliability, security and ease of use. Use other tools only if you really need to. Detailed instructions available at [Globus](./03_globus.md)
:::

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Transferring Cloud Storage Data with Rclone

:::tip Globus
:::tip[Globus]
Globus is the recommended tool to use for large-volume data transfers due to the efficiency, reliability, security and ease of use. Use other tools only if you really need to. Detailed instructions available at [Globus](./03_globus.md)
:::

Expand Down
13 changes: 0 additions & 13 deletions temp.csv

This file was deleted.

Loading