Skip to content

Commit

Permalink
update rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Maik Jablonka committed Oct 4, 2023
1 parent ecca9ef commit 7016362
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ python:
- method: pip
path: .
extra_requirements:
- docs
- docs
sphinx:
configuration: docs/source/conf.py
2 changes: 1 addition & 1 deletion src/chemlift/finetune/peftmodels.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ def _query(self, formatted_df, temperature, do_sample):
return filtered


class PEFTRegressor(PEFTClassifier):
class RoundedPEFTRegressor(PEFTClassifier):
"""Language-interfaced fine-tuning (LIFT) for chemical property prediction.
This class implements the Language-interfaced fine-tuning (LIFT)
Expand Down

0 comments on commit 7016362

Please sign in to comment.