dbouius commited on
Commit
a5a593c
·
1 Parent(s): cb810d5

Added useful links and started adding links to models

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -14,6 +14,13 @@ AMD offers advanced AI acceleration from data center to edge, enabling high perf
14
 
15
  # Useful Links and Blogs
16
 
17
- Check out our blog titled [Run a Chatgpt-like Chatbot on a Single GPU with ROCm] (https://huggingface.co/blog/chatbot-amd-gpu)
 
 
 
18
 
19
- # Run These HuggingFace Models on AMD GPUs
 
 
 
 
 
14
 
15
  # Useful Links and Blogs
16
 
17
+ - Check out our blog titled [Run a Chatgpt-like Chatbot on a Single GPU with ROCm](https://huggingface.co/blog/chatbot-amd-gpu)
18
+ - Is my [hardware supported](https://rocm.docs.amd.com/en/latest/release/gpu_os_support.html#gpu-support-table) with ROCm?
19
+ - ROCm [Documentation](https://rocm.docs.amd.com/en/latest/) for installation and usage
20
+ - Extended training content and connect with the development community at the [Developer Hub](https://www.amd.com/en/developer/rocm-hub.html)
21
 
22
+
23
+ # Run These HuggingFace Models with PyTorch on AMD GPUs
24
+
25
+ - [BERT](https://huggingface.co/bert-base-uncased)
26
+ -