Chris4K commited on
Commit
1277aa1
1 Parent(s): 39c9696

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -82,7 +82,13 @@ llm = pipeline(
82
  return_full_text=False,
83
  max_new_tokens=500,
84
  )
 
 
 
 
85
 
 
 
86
 
87
  # NLTK Resource Download
88
  def download_nltk_resources():
 
82
  return_full_text=False,
83
  max_new_tokens=500,
84
  )
85
+ #####
86
+ #repo_id = "meta-llama/Meta-Llama-3-8B-Instruct"
87
+
88
+ #llm_client = InferenceClient(model=repo_id, timeout=120)
89
 
90
+ # Test your LLM client
91
+ #llm_client.text_generation(prompt="How are you today?", max_new_tokens=20)
92
 
93
  # NLTK Resource Download
94
  def download_nltk_resources():