zetavg commited on
Commit
1a12f0b
·
unverified ·
1 Parent(s): d74655a

Revert "try to fix AttributeError: module 'PIL.Image' has no attribute 'Resampling'"

Browse files

This reverts commit d74655a8121aef2eec703bf4bf027456f313aa98.

Files changed (1) hide show
  1. LLaMA_LoRA.ipynb +1 -1
LLaMA_LoRA.ipynb CHANGED
@@ -220,7 +220,7 @@
220
  "source": [
221
  "![ ! -d llama_lora ] && git clone -b {llama_lora_project_branch} --filter=tree:0 {llama_lora_project_url} llama_lora\n",
222
  "!cd llama_lora && git add --all && git stash && git fetch origin {llama_lora_project_branch} && git checkout {llama_lora_project_branch} && git reset origin/{llama_lora_project_branch} --hard\n",
223
- "![ ! -f llama-lora-requirements-installed ] && cd llama_lora && pip install -r requirements.lock.txt && pip install --ignore-installed Pillow==9.3.0 && touch ../llama-lora-requirements-installed"
224
  ],
225
  "metadata": {
226
  "id": "JGYz2VDoAzC8"
 
220
  "source": [
221
  "![ ! -d llama_lora ] && git clone -b {llama_lora_project_branch} --filter=tree:0 {llama_lora_project_url} llama_lora\n",
222
  "!cd llama_lora && git add --all && git stash && git fetch origin {llama_lora_project_branch} && git checkout {llama_lora_project_branch} && git reset origin/{llama_lora_project_branch} --hard\n",
223
+ "![ ! -f llama-lora-requirements-installed ] && cd llama_lora && pip install -r requirements.lock.txt && touch ../llama-lora-requirements-installed"
224
  ],
225
  "metadata": {
226
  "id": "JGYz2VDoAzC8"