Skip to content

Commit

Permalink
Merge branch 'master' into models/polynormer
Browse files Browse the repository at this point in the history
  • Loading branch information
puririshi98 authored Feb 3, 2025
2 parents 94da47a + e50fee7 commit 04f77da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch_geometric/datasets/instruct_mol_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class InstructMolDataset(InMemoryDataset):
force_reload (bool, optional): Whether to re-process the dataset.
(default: :obj:`False`)
"""
raw_url = 'https://huggingface.co/datasets/OpenMol/PubChemSFT/blob/main'
raw_url = 'https://huggingface.co/datasets/OpenMol/PubChemSFT/resolve/main'

def __init__(
self,
Expand Down

0 comments on commit 04f77da

Please sign in to comment.