-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathfull_configs.toml
61 lines (50 loc) · 1.03 KB
/
full_configs.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[basic]
host = "localhost"
port = 8090
ssl-key = ""
ssl-cert = ""
repos-path = "./repos"
cache-size-limit = ""
cache-clean-strategy = "LRU"
hf-scheme = "https"
hf-netloc = "huggingface.co"
hf-lfs-netloc = "cdn-lfs.huggingface.co"
mirror-scheme = "http"
mirror-netloc = "localhost:8090"
mirror-lfs-netloc = "localhost:8090"
mirrors-path = ["./mirrors_dir"]
[accessibility]
offline = false
# allow other or will be in whitelist mode.
[[accessibility.proxy]]
repo = "*"
allow = true
[[accessibility.proxy]]
repo = "*/*"
allow = true
[[accessibility.proxy]]
repo = "cais/mmlu"
allow = true
[[accessibility.proxy]]
repo = "adept/fuyu-8b"
allow = false
[[accessibility.proxy]]
repo = "mistralai/*"
allow = true
[[accessibility.proxy]]
repo = "mistralai/Mistral.*"
allow = false
use_re = true
# allow other or will be in whitelist mode.
[[accessibility.cache]]
repo = "*"
allow = true
[[accessibility.cache]]
repo = "*/*"
allow = true
[[accessibility.cache]]
repo = "cais/mmlu"
allow = true
[[accessibility.cache]]
repo = "adept/fuyu-8b"
allow = false