File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,13 +71,13 @@ def test_community_model_class(self):
71
71
# @set_proxy(DownloadSource.HUGGINGFACE)
72
72
def test_from_hf_hub (self ):
73
73
config = AutoConfig .from_pretrained ("dfargveazd/tiny-random-llama-paddle" , download_hub = "huggingface" )
74
- self .assertEqual (config .hidden_size , 192 )
74
+ self .assertEqual (config .hidden_size , 16 )
75
75
76
76
# @unittest.skip("skipping due to connection error!")
77
77
@set_proxy (DownloadSource .AISTUDIO )
78
78
def test_from_aistudio (self ):
79
79
config = AutoConfig .from_pretrained ("test_paddleformers/tiny-random-llama" , download_hub = "aistudio" )
80
- self .assertEqual (config .hidden_size , 192 )
80
+ self .assertEqual (config .hidden_size , 16 )
81
81
82
82
# @unittest.skip("skipping due to connection error!")
83
83
@set_proxy (DownloadSource .MODELSCOPE )
You can’t perform that action at this time.
0 commit comments