Skip to content

Commit 96f5f6d

Browse files
committed
fix: use a small hf model instead
1 parent e0b8b7e commit 96f5f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mem_os/test_memos_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def mock_config():
2222
"chat_model": {
2323
"backend": "huggingface",
2424
"config": {
25-
"model_name_or_path": "Qwen/Qwen3-1.7B",
25+
"model_name_or_path": "hf-internal-testing/tiny-random-gpt2",
2626
"temperature": 0.1,
2727
"remove_think_prefix": True,
2828
"max_tokens": 4096,

0 commit comments

Comments
 (0)