| import os | |
| from transformers import AutoConfig | |
| path = os.path.abspath(".") | |
| cfg = AutoConfig.from_pretrained(path, trust_remote_code= True) | |
| print(cfg) |
| import os | |
| from transformers import AutoConfig | |
| path = os.path.abspath(".") | |
| cfg = AutoConfig.from_pretrained(path, trust_remote_code= True) | |
| print(cfg) |