Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,6 @@ model_path = hf_hub_download(model_name, filename=model_file)
|
|
| 11 |
|
| 12 |
_ = psutil.cpu_count(logical=False) - 1
|
| 13 |
cpu_count: int = int(_) if _ else 1
|
| 14 |
-
logger.debug(f"{cpu_count=}")
|
| 15 |
|
| 16 |
## Instantiate model from downloaded file
|
| 17 |
llm = Llama(
|
|
|
|
| 11 |
|
| 12 |
_ = psutil.cpu_count(logical=False) - 1
|
| 13 |
cpu_count: int = int(_) if _ else 1
|
|
|
|
| 14 |
|
| 15 |
## Instantiate model from downloaded file
|
| 16 |
llm = Llama(
|