bytchew commited on
Commit
c193e24
·
verified ·
1 Parent(s): 0c0f83b

Updated package list

Browse files
Files changed (1) hide show
  1. README.md +4 -20
README.md CHANGED
@@ -22,26 +22,10 @@ where the data came from and in which folder it must go.
22
  ## Neccessary Package
23
  - Since the model all runs on Hugging Face, you don't need to install any packages.
24
  - However, if you do want to run the model locally, you will need to install these following packages:
25
- ``import torch
26
-
27
- import torch.nn as nn
28
-
29
- import torch.optim as optim
30
-
31
- import torch.nn.functional as F
32
-
33
- import numpy as np
34
-
35
- import torchvision
36
-
37
- from torchvision import *
38
-
39
- from torch.utils.data import Dataset, DataLoader
40
-
41
- from huggingface_hub import login
42
- from huggingface_hub import upload_file
43
-
44
- ``
45
  - You also need a personal HG login token to update using HF Hub
46
 
47
  ## Running
 
22
  ## Neccessary Package
23
  - Since the model all runs on Hugging Face, you don't need to install any packages.
24
  - However, if you do want to run the model locally, you will need to install these following packages:
25
+ - torch
26
+ - numpy
27
+ - torchvision
28
+ - huggingface_hub
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  - You also need a personal HG login token to update using HF Hub
30
 
31
  ## Running