Commit c7cdd48
committed
Refactor model retrieval logic in HuggingFaceClient
- Updated variable name from 'model' to 'model_info' for clarity in the model retrieval process.
- Ensured consistent naming conventions to enhance code readability.
Signed-off-by: Victor Chang <[email protected]>1 parent 0086d69 commit c7cdd48
File tree
1 file changed
+3
-3
lines changed- tools/pipeline-generator/pipeline_generator/core
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
128 | | - | |
129 | | - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
0 commit comments