Skip to content

Commit

Permalink
Merge pull request #139 from CerebriumAI/kats/cer-2481-fix-init-docs
Browse files Browse the repository at this point in the history
Init-cortex -> init
  • Loading branch information
milo157 authored Oct 25, 2023
2 parents 6cce7f3 + 44d91e4 commit 8c4c0d7
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 57 deletions.
2 changes: 0 additions & 2 deletions available-hardware.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ We have the following graphics cards available on the platform:
| [NVIDIA RTX A4000](https://www.nvidia.com/en-us/design-visualization/rtx-a4000/) | AMPERE_A4000 | 16GB | Hobby | 3B | 7B
| [NVIDIA Quadro RTX 5000](https://www.nvidia.com/content/dam/en-zz/Solutions/design-visualization/quadro-product-literature/quadro-rtx-5000-data-sheet-us-nvidia-704120-r4-web.pdf) | TURING_5000 | 16GB | Hobby | 3B | 7B
| [NVIDIA Quadro RTX 4000](https://www.nvidia.com/content/dam/en-zz/Solutions/design-visualization/quadro-product-literature/quadro-rtx-4000-datasheet-us-nvidia-1060942-r2-web.pdf) | TURING_4000 | 8GB | Hobby | 1B | 3B
| [NVIDIA A10](https://www.nvidia.com/en-us/data-center/a10-tensor-core-gpu/) (_Depricating soon_) | A10 | 24GB | Hobby | 5B | 10B
| [NVIDIA T4](https://www.nvidia.com/en-us/data-center/tesla-t4/) (_Depricating soon_) | T4 | 16GB | Hobby | 3B | 7B

_NOTE: The maximum model sizes are calculated as a guideline, assuming that the model is the only thing loaded into VRAM. Longer inputs will result in a smaller maximum model size. Your mileage may vary._

Expand Down
2 changes: 1 addition & 1 deletion cerebrium/cortex/advanced-functionality/config-files.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cerebrium deploy --config-file your_config_file.yaml

Your config file can be named anything you want and can be placed anywhere on your local machine. However, remember to use the `cerebrium deploy` command in the same directory as your main.py as you would normally.

You can alternatively use the `cerebrium init-cortex-project` command to generate your config file and setup a Cortex project in your desired directory. See [here](/cerebrium/cortex/advanced-functionality/init-cortex-project) for more info.
You can alternatively use the `cerebrium init` command to generate your config file and setup a Cortex project in your desired directory. See [here](/cerebrium/cortex/advanced-functionality/init-cortex-project) for more info.

### Config File Format and Parameters

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Using the CLI to quickly initialise a Cortex project.
You can quickly set up a Cortex project by running the following command:

```bash
cerebrium init-cortex-project <<your_initialisation_directory>>
cerebrium init <<your_initialisation_directory>>
```
This will create a Cortex project in the specified directory with the following structure:
Expand Down
2 changes: 1 addition & 1 deletion cerebrium/cortex/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Below is a brief outline of its setup
You can get started with your first project by running the command below. It will create a starter template for you.

```bash
cerebrium init-cortex first-project
cerebrium init first-project
```

Currently, our implementation has four components:
Expand Down
52 changes: 0 additions & 52 deletions roadmap.mdx

This file was deleted.

0 comments on commit 8c4c0d7

Please sign in to comment.