Rudrresh commited on
Commit
3420202
·
verified ·
1 Parent(s): be82e89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  from llama_cpp import Llama
2
  import os
3
  from huggingface_hub import hf_hub_download
 
1
+ import sys
2
+ print(sys.versoin)
3
  from llama_cpp import Llama
4
  import os
5
  from huggingface_hub import hf_hub_download