Accessing PyTorch Examples#
You can get the example code after downloading and unzipping quark_amd.zip
(refer to Installation Guide).
The example folder is in quark_amd.zip.
Directory Structure of the ZIP File:
+ quark.zip + quark_amd.whl + examples # HERE ARE THE EXAMPLES + torch # HERE ARE THE PYTORCH EXAMPLES + language_modeling + diffusers + ... + onnx + image_classification + language_models + ... + ...