datacipen commited on
Commit
1d14e56
1 Parent(s): 5106368

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -434,7 +434,7 @@ async def start():
434
  import torch
435
  from transformers import pipeline
436
  from langchain_huggingface.llms import HuggingFacePipeline
437
- repo_id = "meta-llama/Llama-3.2-3B-Instruct"
438
  #model = HuggingFaceEndpoint(
439
  # repo_id=repo_id,
440
  # max_new_tokens=6000,
 
434
  import torch
435
  from transformers import pipeline
436
  from langchain_huggingface.llms import HuggingFacePipeline
437
+ repo_id = "meta-llama/Llama-3.1-8B-Instruct"
438
  #model = HuggingFaceEndpoint(
439
  # repo_id=repo_id,
440
  # max_new_tokens=6000,