Coool2 commited on
Commit
4ae7c38
·
verified ·
1 Parent(s): 37a5d10

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-8B"
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-14B-FP8"
67
  proj_llm = HuggingFaceLLM(
68
  model_name=model_id,
69
  tokenizer_name=model_id,