Skip to content

Commit

Permalink
Update aws_f1_setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanbeirendonck authored Oct 24, 2023
1 parent a17eae9 commit 8043ec0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions demos/aws_f1_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Instantiate an F1 Instance

Instantiate an `f1.2xlarge` instance with FPGA Developer AMI. This AMI is not free of charge, but it is easier to work with for short time uses of this demo. Otherwise, the XRT installation is actually more complicated than described [here](https://github.com/aws/aws-fpga/blob/master/Vitis/docs/XRT_installation_instructions.md)..
Instantiate an `f1.2xlarge` instance with FPGA Developer AMI. This AMI is not free of charge, but it is easier to work with for short-time uses of this demo. Otherwise, the XRT installation is actually more complicated than described [here](https://github.com/aws/aws-fpga/blob/master/Vitis/docs/XRT_installation_instructions.md).

## Preparation

Expand All @@ -22,7 +22,7 @@ ___

Next, we will install Rust for compiling `tfhe-rs`.

First, we should install address a few dependencies.
First, we should install a few dependencies.

Install `alsa`:
```
Expand All @@ -42,7 +42,7 @@ rm RUSTUP.sh
source "$HOME/.cargo/env"
```

The demo uses `nightly` version of Rust, hence switch to that version:
The demo uses the `nightly` version of Rust, hence switch to that version:
```
rustup toolchain install nightly
rustup default nightly
Expand All @@ -57,7 +57,7 @@ git clone https://github.com/aws/aws-fpga.git $AWS_DIR

## Source the libraries

With the below commands, you need to make the binaries and libraries accesible for compiling the demo application.
With the below commands, you need to make the binaries and libraries accessible for compiling the demo application.

```bash
scl enable llvm-toolset-7 bash
Expand Down

0 comments on commit 8043ec0

Please sign in to comment.