mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
fix: bump lockfiles (#31923)
* bump lockfiles after upgrading ruff * resolve resulting linting fixes
This commit is contained in:
@@ -149,7 +149,7 @@ class HuggingFacePipeline(BaseLLM):
|
||||
)
|
||||
raise ValueError(msg)
|
||||
|
||||
err_msg = f'Backend: {backend} {IMPORT_ERROR.format(f"optimum[{backend}]")}'
|
||||
err_msg = f"Backend: {backend} {IMPORT_ERROR.format(f'optimum[{backend}]')}"
|
||||
if not is_optimum_intel_available():
|
||||
raise ImportError(err_msg)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user