dbouius commited on
Commit
3d91898
·
verified ·
1 Parent(s): 9c02745

Updated links to Developer hub and ROCm documentation

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -34,11 +34,11 @@ General Linux and ML experience is a required pre-requisite.
34
 
35
  ## 1. Confirm you have a supported AMD hardware platform
36
 
37
- Is my [hardware supported](https://rocm.docs.amd.com/en/latest/release/gpu_os_support.html#gpu-support-table) with ROCm?
38
 
39
  ## 2. Install ROCm driver, libraries and tools
40
 
41
- Follow the detailed [installation instructions](https://rocm.docs.amd.com/en/latest/deploy/linux/index.html) for your Linux based platform.
42
 
43
  ## 3. Install Machine Learning Frameworks
44
  Pip installation is an easy way to acquire all the required packages and is described in more detail below.
@@ -117,7 +117,7 @@ across normal and distributed settings, with various supported optimizations and
117
  - Detailed Llama-2 results show casing the [Optimum benchmark on AMD Instinct MI250](https://huggingface.co/blog/huggingface-and-optimum-amd)
118
  - Check out our blog titled [Run a Chatgpt-like Chatbot on a Single GPU with ROCm](https://huggingface.co/blog/chatbot-amd-gpu)
119
  - Complete ROCm [Documentation](https://rocm.docs.amd.com/en/latest/) for installation and usage
120
- - Extended training content and connect with the development community at the [Developer Hub](https://www.amd.com/en/developer/rocm-hub.html)
121
 
122
 
123
 
 
34
 
35
  ## 1. Confirm you have a supported AMD hardware platform
36
 
37
+ Is my [hardware supported](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/system-requirements.html) with ROCm on Linux?
38
 
39
  ## 2. Install ROCm driver, libraries and tools
40
 
41
+ Follow the detailed [installation instructions](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/) for your Linux based platform.
42
 
43
  ## 3. Install Machine Learning Frameworks
44
  Pip installation is an easy way to acquire all the required packages and is described in more detail below.
 
117
  - Detailed Llama-2 results show casing the [Optimum benchmark on AMD Instinct MI250](https://huggingface.co/blog/huggingface-and-optimum-amd)
118
  - Check out our blog titled [Run a Chatgpt-like Chatbot on a Single GPU with ROCm](https://huggingface.co/blog/chatbot-amd-gpu)
119
  - Complete ROCm [Documentation](https://rocm.docs.amd.com/en/latest/) for installation and usage
120
+ - Extended training content and connect with the development community at the [Developer Hub](https://www.amd.com/en/developer/resources/rocm-hub.html)
121
 
122
 
123