Spaces:
Runtime error
Runtime error
zetavg
commited on
Revert "try to fix AttributeError: module 'PIL.Image' has no attribute 'Resampling'"
Browse filesThis reverts commit d74655a8121aef2eec703bf4bf027456f313aa98.
- 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 &&
|
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"
|