code_execution_files / HuggingFaceTB_SmolLM3-3B_2.txt
ariG23498's picture
ariG23498 HF Staff
Upload HuggingFaceTB_SmolLM3-3B_2.txt with huggingface_hub
30fa330 verified
raw
history blame contribute delete
366 Bytes
```CODE:
messages = [
{"role": "system", "content": "/no_think"},
{"role": "user", "content": "Give me a brief explanation of gravity in simple terms."},
]
pipe(messages)
```
ERROR:
Traceback (most recent call last):
File "/tmp/HuggingFaceTB_SmolLM3-3B_2wdhA1T.py", line 20, in <module>
pipe(messages)
^^^^
NameError: name 'pipe' is not defined