Commit 5f0e107
authored
model: Add missing required dependencies to jina models (#4564)
get the following when running
````
ImportError: This modeling file requires the following packages that were not found in your environment: peft. Run `pip install peft`1 parent 61aca85 commit 5f0e107
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
812 | 812 | | |
813 | 813 | | |
814 | 814 | | |
| 815 | + | |
815 | 816 | | |
816 | 817 | | |
817 | 818 | | |
| |||
867 | 868 | | |
868 | 869 | | |
869 | 870 | | |
| 871 | + | |
870 | 872 | | |
871 | 873 | | |
872 | 874 | | |
| |||
0 commit comments