Commit 88714e3
* Enable pulling models from Hugging Face (#1)
Co-authored-by: Jonatan Contreras <[email protected]>
* Enable pulling models from Hugging Face (#2)
* Enable pulling models from Hugging Face
* Disable validation by default
---------
Co-authored-by: Jonatan Contreras <[email protected]>
* Enable pulling models from Hugging Face (#3)
* Enable pulling models from Hugging Face
* Disable validation by default
* Enable pulling models from Hugging Face
---------
Co-authored-by: Jonatan Contreras <[email protected]>
* Create Mock Test for Pull Algorithm from Hub (#4)
* Create Mock Test for Pull Algorithm from Hub
* Create Mock Test for Pull Algorithm from Hub
* Create Mock Test for Pull Algorithm from Hub
* Hugging Face Pulling Methods (#5)
* Adding contributors
* Enable pulling models from Hugging Face
---------
Co-authored-by: [email protected]
Co-authored-by: [email protected]
Co-authored-by: [email protected]
Co-authored-by: [email protected]
----------
Leads
Tech lead: Juan Miguel Avila - [email protected]
Focal lead: Tanya Franco - [email protected]
* Refactor hub pull: conditional validation, clearer logging, and testability (#6)
* Create Mock Test for Snapshot Download from Hub (#7)
* Refactor hub pull: conditional validation, clearer logging, and testability
* Create Mock Test for Snapshot Download from Hub
* Mock snapshot_download using side_effect with standalone function for accurate signature match (#8)
* Use a tmpdir fixture to create a tmp dir (#9)
* Use only third-party mock functions that interact with external services (#10)
---------
Co-authored-by: Jonatan Contreras <[email protected]>
Co-authored-by: Jonatan Contreras <[email protected]>
1 parent 9b91276 commit 88714e3
File tree
6 files changed
+958
-5
lines changed- .github/workflows
- examples
- src/twisterl
- tests
6 files changed
+958
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
0 commit comments