mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-14 15:16:21 +00:00
core[patch]: Remove old accidental commit (#30483)
Remove commented out file that was accidentally added Co-authored-by: ccurme <chester.curme@gmail.com>
This commit is contained in:
parent
4b9e2e51f3
commit
9f345d64fd
@ -1,15 +0,0 @@
|
||||
# from langchain_core.runnables.base import RunnableBinding
|
||||
|
||||
|
||||
# class RunnableLearnable(RunnableBinding):
|
||||
# def __init__(self, *args, **kwargs):
|
||||
# super().__init__(*args, **kwargs)
|
||||
# self.parameters = []
|
||||
|
||||
# def backward(self):
|
||||
# for param in self.parameters:
|
||||
# param.backward()
|
||||
|
||||
# def update(self, optimizer):
|
||||
# for param in self.parameters:
|
||||
# optimizer.update(param)
|
Loading…
Reference in New Issue
Block a user