浏览代码

Update requirements.txt (#8)

The pip got updated on colab and it no longer understands git+git links
justheuristic 3 年之前
父节点
当前提交
8fdbd441fb
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      requirements.txt

+ 2 - 2
requirements.txt

@@ -1,5 +1,5 @@
-git+git://github.com/learning-at-home/hivemind@dalle-v1
-git+git://github.com/learning-at-home/dalle-pytorch@weight-sharing
+https://github.com/learning-at-home/hivemind/archive/dalle-v1.zip
+https://github.com/learning-at-home/dalle-pytorch/archive/weight-sharing.zip
 bitsandbytes-cuda111>=0.26.0
 transformers==4.12.2
 tokenizers>=0.10.2