From 06bdb3ffb57f5fc179c4715c7deca0c00de62231 Mon Sep 17 00:00:00 2001 From: Alexander Barth Date: Thu, 5 Oct 2023 08:56:30 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4a50d0..e43f34c 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Pkg.add("CUDA") Pkg.add("cuDNN") ``` -With some adaptions to DINCAE.j, one can probably also use AMD GPUs (with the package `AMDGPU`) and Apple Silicon (with the package `Metal`). PRs to implement support of these GPUs would be very welcome. +With some adaptions to `DINCAE.jl`, one can probably also use AMD GPUs (with the package `AMDGPU`) and Apple Silicon (with the package `Metal`). PRs to implement support of these GPUs would be very welcome. After this, you should be able to load `DINCAE` with: