Commit b415f3f
committed
Standardize module naming in requirements.txt files
Pip normalizes all package names which shouldn't have any errors when
installing packages e.g., tensorflow_hub and tensorflow-hub is treated as
the same and will install tensorflow-hub, however if users install using
'conda install' it will encounter module not found errors as conda does
not normalize module package names. This change is also to standardize
module names in requirements.txt files to be the same as the names in
pip repositories
Signed-off-by: Lim, Lukaz Wei Hwang <lukaz.wei.hwang.lim@intel.com>1 parent 5c2fab8 commit b415f3f
File tree
6 files changed
+16
-16
lines changed- AI-and-Analytics
- End-to-end-Workloads/JobRecommendationSystem
- Features-and-Functionality
- IntelTensorFlow_AMX_BF16_Inference
- IntelTensorFlow_Enabling_Auto_Mixed_Precision_for_TransferLearning
- IntelTransformers_Quantization
- Getting-Started-Samples
- INC-Quantization-Sample-for-PyTorch
- Intel_Extension_For_TensorFlow_GettingStarted
6 files changed
+16
-16
lines changedLines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
0 commit comments