|
301 | 301 | " # Configuration for PyTorch PTQ quantization\n", |
302 | 302 | " method = 'PTQ' # Post-Training Quantization method\n", |
303 | 303 | " framework = 'pytorch' # Target framework (PyTorch)\n", |
304 | | - " use_internal_tpc = True # Use external EdgeMDT Target Platform Capabilities\n", |
| 304 | + " use_internal_tpc = True # Use MCT's built-in Target Platform Capabilities\n", |
305 | 305 | " use_mixed_precision = False # Disable mixed-precision quantization\n", |
306 | 306 | "\n", |
307 | 307 | " # Parameter configuration for PyTorch PTQ\n", |
|
368 | 368 | " # Configuration for PyTorch PTQ with mixed precision\n", |
369 | 369 | " method = 'PTQ' # Post-Training Quantization method\n", |
370 | 370 | " framework = 'pytorch' # Target framework (PyTorch)\n", |
371 | | - " use_internal_tpc = True # Use external EdgeMDT Target Platform Capabilities\n", |
| 371 | + " use_internal_tpc = True # Use MCT's built-in Target Platform Capabilities\n", |
372 | 372 | " use_mixed_precision = True # Enable mixed-precision quantization\n", |
373 | 373 | "\n", |
374 | 374 | " # Parameter configuration for PyTorch PTQ with Mixed Precision\n", |
|
435 | 435 | " # Configuration for PyTorch GPTQ quantization\n", |
436 | 436 | " method = 'GPTQ' # Gradient-based Post-Training Quantization\n", |
437 | 437 | " framework = 'pytorch' # Target framework (PyTorch)\n", |
438 | | - " use_internal_tpc = True # Use external EdgeMDT Target Platform Capabilities\n", |
| 438 | + " use_internal_tpc = True # Use MCT's built-in Target Platform Capabilities\n", |
439 | 439 | " use_mixed_precision = False # Disable mixed-precision quantization\n", |
440 | 440 | "\n", |
441 | 441 | " # Parameter configuration for PyTorch GPTQ\n", |
|
501 | 501 | " # Configuration for PyTorch GPTQ with mixed precision\n", |
502 | 502 | " method = 'GPTQ' # Gradient-based Post-Training Quantization\n", |
503 | 503 | " framework = 'pytorch' # Target framework (PyTorch)\n", |
504 | | - " use_internal_tpc = True # Use external EdgeMDT Target Platform Capabilities\n", |
| 504 | + " use_internal_tpc = True # Use MCT's built-in Target Platform Capabilities\n", |
505 | 505 | " use_mixed_precision = True # Enable mixed-precision quantization\n", |
506 | 506 | "\n", |
507 | 507 | " # Parameter configuration for PyTorch GPTQ with Mixed Precision\n", |
|
0 commit comments