소스 검색

Update readme.md

Jake Kalstad 4 년 전
부모
커밋
97bc2241fe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      readme.md

+ 1 - 1
readme.md

@@ -2,7 +2,7 @@
 
 See the jupyter notepad for how it works 
 
-You need to be running a local IPFS daemon (`ipfs daemon`) or passing a valid IPFS url to the dataset
+You need to be running a local IPFS daemon (`ipfs daemon`) or passing a valid IPFS url
 
         model = load_state_dict_from_ipfs('a-models-cid-goes-here', model_dir="./my-models", file_name="some-fancy-model.pth")
         print(model)