Spaces:
Sleeping
Sleeping
sergiopaniego
commited on
Commit
·
c9a647e
1
Parent(s):
1ac11cc
test
Browse files
app.py
CHANGED
@@ -26,7 +26,6 @@ llm = LLM(
|
|
26 |
gpu_memory_utilization=0.5, # Utilize 50% of GPU memory
|
27 |
enable_prefix_caching=True, # Optimize repeated prefix computations
|
28 |
seed=42, # Set seed for reproducibility
|
29 |
-
config=device_config
|
30 |
)
|
31 |
|
32 |
|
|
|
26 |
gpu_memory_utilization=0.5, # Utilize 50% of GPU memory
|
27 |
enable_prefix_caching=True, # Optimize repeated prefix computations
|
28 |
seed=42, # Set seed for reproducibility
|
|
|
29 |
)
|
30 |
|
31 |
|