Coool2 commited on
Commit
3a1d3ca
·
verified ·
1 Parent(s): ca1f403

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -63,7 +63,7 @@ def get_max_memory_config(max_memory_per_gpu):
63
  return max_memory
64
  return None
65
 
66
- model_id = "Qwen/Qwen3-14B"
67
  proj_llm = HuggingFaceLLM(
68
  model_name=model_id,
69
  tokenizer_name=model_id,
 
63
  return max_memory
64
  return None
65
 
66
+ model_id = "Qwen/Qwen3-8B"
67
  proj_llm = HuggingFaceLLM(
68
  model_name=model_id,
69
  tokenizer_name=model_id,