WF-001HIGH
Remote repository code is enabled
The configuration maps model and tokenizer classes to repository-supplied Python. The model card instructs users to enable trust_remote_code=True, so loading the model also loads executable code from the repository.
REQUIRED CONTROLPin the revision, review or vendor the referenced code, and perform the first load without production secrets or unrestricted network access.
WF-002MEDIUM
A conditional native CUDA build path exists
Repository code can invoke the local CUDA compiler and compile C++/CUDA sources through PyTorch when two optional cache-kernel flags are enabled. Those flags are off in the pinned default configuration.
REQUIRED CONTROLKeep the flags disabled unless the native extension has been reviewed and built in a restricted, reproducible environment.
WF-003HIGH
The custom license needs use-case approval
The license includes redistribution, attribution, scale, model-training, export-control, and jurisdiction conditions. It is not a standard OSI license.
REQUIRED CONTROLDocument the intended commercial use, distribution model, user scale, and whether outputs will be used for model training; obtain legal review where appropriate.
WF-004PASS
Current weights use SafeTensors
All eight weight shards use SafeTensors. No current .pkl, .pickle, .pt, .pth, or .bin weight file appears in the pinned tree.
REQUIRED CONTROLVerify downloaded shards against the recorded LFS SHA-256 values. SafeTensors reduces Pickle risk but does not make accompanying code safe.
WF-005HIGH
Unpinned examples can drift
The README examples reference Qwen/Qwen-7B without a fixed revision. A later repository update could silently change weights, configuration, tokenizer, or executable code.
REQUIRED CONTROLPin the full commit ef3c5c9c57b252f3149c1408daf4d649ec8b6c85 in every model and tokenizer load path.