CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 06:19:01 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/intel/neural-compressor.git
etag: W/"2de22f01a82b2d50a44ca94e2efd3ed7"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=tOiMJMfdBaehWKlzf41%2FnRxbJVEGNpH8%2B1ahg%2FRJutKxPfqpcxTh39UsQUAmGwpgh9RV9qtw%2BkHdDGNcDp77ugRYGWLmmXtp%2FpRTJGoPU5H5Cbz2L%2BZS2Smc1I0iZC0ulCHIO9z3jt1QeIT1XVrn%2FcEFoynudhhrWgFsBgW7W4wAN7QQFeF00MpbNvEPDlX5CbGalhrgtxwnWJ%2FlYvYn9qRE8oD7TI%2BGN1TghrDXd19T6%2B%2BBDAINcVJlnGNBU%2FMIHpbSt7Rkxl6jtlsL9VuW4g%3D%3D--SoBuBowrRidKYcMe--LGdWkqd%2FiJTKikDMVJ%2BTjA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.778504908.1753251540; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 06:19:00 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 06:19:00 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: A436:12BD61:4EF856:667D18:68807ED4
Fix `weight_only` algorithms import (#1742) · intel/neural-compressor@e87c95f · GitHub
Copy file name to clipboardExpand all lines: examples/3.x_api/pytorch/nlp/huggingface_models/language-modeling/quantization/llm/requirements.txt
Copy file name to clipboardExpand all lines: examples/3.x_api/pytorch/nlp/huggingface_models/language-modeling/quantization/llm/run_clm_no_trainer.py
Copy file name to clipboardExpand all lines: neural_compressor/torch/algorithms/weight_only/__init__.py
Copy file name to clipboardExpand all lines: neural_compressor/torch/algorithms/weight_only/modules.py
Copy file name to clipboardExpand all lines: neural_compressor/torch/quantization/algorithm_entry.py
Copy file name to clipboardExpand all lines: test/3x/torch/quantization/weight_only/test_gptq.py
Copy file name to clipboardExpand all lines: test/3x/torch/quantization/weight_only/test_rtn.py
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 277
Commit e87c95f
File tree
Expand file treeCollapse file tree
7 files changed
+31
-34
lines changedFilter options
- examples/3.x_api/pytorch/nlp/huggingface_models/language-modeling/quantization/llm
- neural_compressor/torch
- algorithms/weight_only
- quantization
- test/3x/torch/quantization/weight_only
Expand file treeCollapse file tree
7 files changed
+31
-34
lines changedexamples/3.x_api/pytorch/nlp/huggingface_models/language-modeling/quantization/llm/requirements.txt
Copy file name to clipboardExpand all lines: examples/3.x_api/pytorch/nlp/huggingface_models/language-modeling/quantization/llm/requirements.txt+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
|
examples/3.x_api/pytorch/nlp/huggingface_models/language-modeling/quantization/llm/run_clm_no_trainer.py
Copy file name to clipboardExpand all lines: examples/3.x_api/pytorch/nlp/huggingface_models/language-modeling/quantization/llm/run_clm_no_trainer.py+21-15Lines changed: 21 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 |
| - | |
54 |
| - | |
| 53 | + | |
55 | 54 |
| |
56 | 55 |
| |
57 | 56 |
| |
| |||
390 | 389 |
| |
391 | 390 |
| |
392 | 391 |
| |
393 |
| - | |
394 |
| - | |
395 |
| - | |
396 |
| - | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
397 | 395 |
| |
398 | 396 |
| |
| 397 | + | |
399 | 398 |
| |
400 | 399 |
| |
| 400 | + | |
401 | 401 |
| |
| 402 | + | |
| 403 | + | |
402 | 404 |
| |
403 | 405 |
| |
404 | 406 |
| |
405 | 407 |
| |
406 |
| - | |
| 408 | + | |
407 | 409 |
| |
408 |
| - | |
| 410 | + | |
409 | 411 |
| |
410 |
| - | |
| 412 | + | |
411 | 413 |
| |
412 | 414 |
| |
413 | 415 |
| |
| |||
417 | 419 |
| |
418 | 420 |
| |
419 | 421 |
| |
420 |
| - | |
421 |
| - | |
422 |
| - | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
423 | 425 |
| |
424 | 426 |
| |
| 427 | + | |
425 | 428 |
| |
426 | 429 |
| |
427 | 430 |
| |
| 431 | + | |
428 | 432 |
| |
| 433 | + | |
| 434 | + | |
429 | 435 |
| |
430 |
| - | |
| 436 | + | |
431 | 437 |
| |
432 |
| - | |
| 438 | + | |
433 | 439 |
| |
434 |
| - | |
| 440 | + | |
435 | 441 |
| |
436 | 442 |
| |
437 | 443 |
| |
|
neural_compressor/torch/algorithms/weight_only/__init__.py
Copy file name to clipboardExpand all lines: neural_compressor/torch/algorithms/weight_only/__init__.py-9Lines changed: 0 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - |
neural_compressor/torch/algorithms/weight_only/modules.py
Copy file name to clipboardExpand all lines: neural_compressor/torch/algorithms/weight_only/modules.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
72 |
| - | |
| 72 | + | |
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
|
neural_compressor/torch/quantization/algorithm_entry.py
Copy file name to clipboardExpand all lines: neural_compressor/torch/quantization/algorithm_entry.py+6-6Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
| 43 | + | |
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
| |||
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
78 |
| - | |
| 78 | + | |
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
| |||
228 | 228 |
| |
229 | 229 |
| |
230 | 230 |
| |
231 |
| - | |
| 231 | + | |
232 | 232 |
| |
233 | 233 |
| |
234 | 234 |
| |
| |||
288 | 288 |
| |
289 | 289 |
| |
290 | 290 |
| |
291 |
| - | |
| 291 | + | |
292 | 292 |
| |
293 | 293 |
| |
294 | 294 |
| |
| |||
338 | 338 |
| |
339 | 339 |
| |
340 | 340 |
| |
341 |
| - | |
| 341 | + | |
342 | 342 |
| |
343 | 343 |
| |
344 | 344 |
| |
| |||
407 | 407 |
| |
408 | 408 |
| |
409 | 409 |
| |
410 |
| - | |
| 410 | + | |
411 | 411 |
| |
412 | 412 |
| |
413 | 413 |
| |
|
test/3x/torch/quantization/weight_only/test_gptq.py
Copy file name to clipboardExpand all lines: test/3x/torch/quantization/weight_only/test_gptq.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
test/3x/torch/quantization/weight_only/test_rtn.py
Copy file name to clipboardExpand all lines: test/3x/torch/quantization/weight_only/test_rtn.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
You can’t perform that action at this time.
0 commit comments