Skip to content

Commit

Permalink
Update tdc_hf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
amva13 authored Jan 7, 2025
1 parent e6268fb commit a684dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdc/model_server/tdc_hf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def load(self):
raise Exception("this model is not in the TDC model hub GH repo.")
elif self.model_name == "Geneformer":
from transformers import AutoModelForMaskedLM
model = AutoModelForMaskedLM.from_pretrained("tdc/Geneformer")
model = AutoModelForMaskedLM.from_pretrained("ctheodoris/Geneformer")
return model
elif self.model_name == "scGPT":
from transformers import AutoModel
Expand Down

0 comments on commit a684dd3

Please sign in to comment.