Skip to content

Commit 4ddc773

Browse files
authored
Merge pull request huggingface#4 from test-time-training/fix-readme
Fix README import
2 parents f26d938 + 9811e94 commit 4ddc773

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ Our implementation is based on Huggingface Transformers. You can use the followi
3333

3434
```python
3535
from transformers import AutoTokenizer
36-
from modeling_ttt import TTTForCausalLM, TTTConfig, TTT_STANDARD_CONFIGS
36+
from ttt import TTTForCausalLM, TTTConfig, TTT_STANDARD_CONFIGS
3737

3838
# Initializing a TTT ttt-1b style configuration
39-
# configuration = TTTConfig(**TTT_STANDARD_CONFIGS['ttt-1b']) is equivalent to the following
39+
# configuration = TTTConfig(**TTT_STANDARD_CONFIGS['1b']) is equivalent to the following
4040
configuration = TTTConfig()
4141

4242
# Initializing a model from the ttt-1b style configuration

0 commit comments

Comments
 (0)