try:
    import llama_cpp
    print("llama_cpp is installed.")
except ImportError:
    print("llama_cpp is NOT installed.")
