ggml_ot.settings#
- ggml_ot.settings = Settings(_n_threads=4, _device=device(type='cpu'), verbose=True, figformat='pdf', figdpi=150, _random_seed=42, torch_generator=<torch._C.Generator object>, numpy_generator=Generator(PCG64) at 0x78B2B19350E0, restore_adata_params=False, init_strategy='orthonormal')[source]#
Container for global settings of ggml_ot.
Attributes are public and can be set directly. To change multiple settings an update function is provided.