Local Repository Structure Changes Overview

ARTIFACTORY: Hugging Face GA Repository Structure Migration

AuthorFullName__c
Yonatan Hen
articleNumber
000006001
ft:sourceType
Salesforce
FirstPublishedDate
2024-01-24T12:04:36Z
lastModifiedDate
2024-01-24
VersionNumber
5
The Hugging Face local repository before Artifactory 7.77.x is a beta version, with the following storage structure:
<local-repository>
    |
    —-models
        |
        —organization (optional)
            |
            —model_name
                    |
                    |—-main
                        |
                        —-model files

For example:

User-added image


The Hugging Face local repository after Artifactory 7.77.x is a GA with the structure of:
<local-repository>
    |
    —-models
        |
        —organization (optional)
            |
            —model_name
                    |—-main
                         |-----<UPLOAD_DATE>
                               |
                               |----------model files

For example:

User-added image