Mistral
Getting Started
Overview
Installation
Configuration
Training
Download Models
Evaluation
Tutorials
Training With Multiple GPU's
Training On Multiple Nodes With DeepSpeed
Resuming From Checkpoint
Generate Text With A Trained Model
Training A Model With Google Cloud + Kubernetes
About
Contributing
API reference
src.args
src.core
src.corpora
src.models
src.overwatch
src.util
src.util.paths
src.util.paths.create_paths
src.util.paths.set_permissions
src.util.registry
Differences between Mistral and Hugging Face
Mistral
»
src
»
src.util
»
src.util.paths
»
src.util.paths.set_permissions
src.util.paths.set_permissions
¶
set_permissions
(
paths
:
Dict
[
str
,
Path
]
)
→
None
[source]
¶
Recursively call
`
os.chmod(775) recursively for the given paths.