We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b8b7e commit 96f5f6dCopy full SHA for 96f5f6d
tests/mem_os/test_memos_core.py
@@ -22,7 +22,7 @@ def mock_config():
22
"chat_model": {
23
"backend": "huggingface",
24
"config": {
25
- "model_name_or_path": "Qwen/Qwen3-1.7B",
+ "model_name_or_path": "hf-internal-testing/tiny-random-gpt2",
26
"temperature": 0.1,
27
"remove_think_prefix": True,
28
"max_tokens": 4096,
0 commit comments