We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a2566 commit 7b96457Copy full SHA for 7b96457
AI-and-Analytics/Features-and-Functionality/INC_QuantizationAwareTraining_TextClassification/sample.json
@@ -15,14 +15,14 @@
15
"source /intel/oneapi/intelpython/bin/activate",
16
"conda activate pytorch",
17
"pip install uv",
18
- "uv init",
19
- "uv python pin $(which python)",
20
- "uv venv --system-site-packages",
21
- "uv add -r requirements.txt"
+ "uv init",
+ "uv python pin $(which python)",
+ "uv venv --system-site-packages",
+ "uv add -r requirements.txt"
22
],
23
"id": "inc_text_classification_quantization_py",
24
"steps": [
25
- "uv run python INC_QuantizationAwareTraining_TextClassification.py"
+ "uv run python INC_QuantizationAwareTraining_TextClassification.py"
26
]
27
}
28
0 commit comments