ariG23498 HF Staff commited on
Commit
fe54ab4
·
verified ·
1 Parent(s): 10dafe2

Upload meta-llama_Llama-3.1-8B-Instruct_0.txt with huggingface_hub

Browse files
meta-llama_Llama-3.1-8B-Instruct_0.txt CHANGED
@@ -1 +1,11 @@
1
- Everything was good in meta-llama_Llama-3.1-8B-Instruct_0.txt
 
 
 
 
 
 
 
 
 
 
 
1
+ ```CODE:
2
+ from huggingface_hub import login
3
+ login(new_session=False)
4
+ ```
5
+
6
+ ERROR:
7
+ Traceback (most recent call last):
8
+ File "/tmp/meta-llama_Llama-3.1-8B-Instruct_0p6B04d.py", line 24, in <module>
9
+ login(new_session=False)
10
+ ~~~~~^^^^^^^^^^^^^^^^^^^
11
+ TypeError: login() got an unexpected keyword argument 'new_session'