devve1 commited on
Commit
e17877b
1 Parent(s): 562f33c

Update langchain_transformers.py

Browse files
Files changed (1) hide show
  1. langchain_transformers.py +1 -1
langchain_transformers.py CHANGED
@@ -1,5 +1,5 @@
1
  from __future__ import annotations
2
-
3
  import torch
4
  import logging
5
  from typing import Any, List, Mapping, Optional
 
1
  from __future__ import annotations
2
+ import os
3
  import torch
4
  import logging
5
  from typing import Any, List, Mapping, Optional