kvaishnavi
commited on
Commit
β’
9dbb9ee
1
Parent(s):
2f3ef2d
Update README
Browse files
README.md
CHANGED
@@ -33,8 +33,8 @@ Here are some of the optimized configurations we have added:
|
|
33 |
How do you know which is the best ONNX model for you:
|
34 |
- Are you on a Windows machine with GPU?
|
35 |
- I don't know β Review this [guide](https://www.microsoft.com/en-us/windows/learning-center/how-to-check-gpu) to see whether you have a GPU in your Windows machine.
|
36 |
-
|
37 |
-
|
38 |
- I don't know β Review this [guide](https://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html#verify-you-have-a-cuda-capable-gpu) to see whether you have a CUDA-capable GPU.
|
39 |
- Yes β Access the Hugging Face CUDA ONNX models and instructions at [Phi-3-medium-128k-instruct-onnx-cuda](https://huggingface.co/microsoft/Phi-3-medium-128k-instruct-onnx-cuda) for NVIDIA GPUs.
|
40 |
- No β Access the Hugging Face ONNX models for CPU devices and instructions at [Phi-3-medium-128k-instruct-onnx-cpu](https://huggingface.co/microsoft/Phi-3-medium-128k-instruct-onnx-cpu)
|
@@ -56,7 +56,7 @@ The models are tested on:
|
|
56 |
- 1 A100 GPU, SKU: Standard_ND96amsr_A100_v4 (CUDA)
|
57 |
|
58 |
Minimum Configuration Required:
|
59 |
-
- CUDA:
|
60 |
|
61 |
### Model Description
|
62 |
|
|
|
33 |
How do you know which is the best ONNX model for you:
|
34 |
- Are you on a Windows machine with GPU?
|
35 |
- I don't know β Review this [guide](https://www.microsoft.com/en-us/windows/learning-center/how-to-check-gpu) to see whether you have a GPU in your Windows machine.
|
36 |
+
- Yes β Access the Hugging Face DirectML ONNX models and instructions at [Phi-3-medium-128k-instruct-onnx-directml](https://huggingface.co/microsoft/Phi-3-medium-128k-instruct-onnx-directml).
|
37 |
+
- No β Do you have a NVIDIA GPU?
|
38 |
- I don't know β Review this [guide](https://docs.nvidia.com/cuda/cuda-installation-guide-microsoft-windows/index.html#verify-you-have-a-cuda-capable-gpu) to see whether you have a CUDA-capable GPU.
|
39 |
- Yes β Access the Hugging Face CUDA ONNX models and instructions at [Phi-3-medium-128k-instruct-onnx-cuda](https://huggingface.co/microsoft/Phi-3-medium-128k-instruct-onnx-cuda) for NVIDIA GPUs.
|
40 |
- No β Access the Hugging Face ONNX models for CPU devices and instructions at [Phi-3-medium-128k-instruct-onnx-cpu](https://huggingface.co/microsoft/Phi-3-medium-128k-instruct-onnx-cpu)
|
|
|
56 |
- 1 A100 GPU, SKU: Standard_ND96amsr_A100_v4 (CUDA)
|
57 |
|
58 |
Minimum Configuration Required:
|
59 |
+
- CUDA: NVIDIA GPU with [Compute Capability](https://developer.nvidia.com/cuda-gpus) >= 7.0
|
60 |
|
61 |
### Model Description
|
62 |
|