Dynamic Temperature HF loader support (#5174)
--------- Co-authored-by: oobabooga <112222186+oobabooga@users.noreply.github.com>
This commit is contained in:
parent
3eca20c015
commit
48327cc5c4
14 changed files with 184 additions and 8 deletions
17
extensions/dynatemp_with_range/README.md
Normal file
17
extensions/dynatemp_with_range/README.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# dynatemp_with_range
|
||||
|
||||
This extension makes it possible to set the minimum and maximum temperatures for dynamic temperature explicitly.
|
||||
|
||||
For instance, you can directly set
|
||||
|
||||
```
|
||||
min_T = 0.1
|
||||
max_T = 3
|
||||
```
|
||||
|
||||
instead of having to convert that to
|
||||
|
||||
```
|
||||
T = 1.55
|
||||
dynatemp = 1.45
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue