Commit
•
9efa5ee
1
Parent(s):
1f5f5a1
Update README.md (#2)
Browse files- Update README.md (873e3b1311bb8030b7d9db19010a725ee01565c3)
Co-authored-by: Raúl Ortiz <rortizmerino@users.noreply.huggingface.co>
README.md
CHANGED
@@ -28,24 +28,25 @@ Set the Cookiecutter-MLOps in Hugging Face
|
|
28 |
|
29 |
rm -r /path/to/myHFrepo/Cookiecutter-MLOps/.git
|
30 |
|
31 |
-
4.2 -
|
32 |
|
33 |
cat /path/to/myHFrepo/Cookiecutter-MLOps/.gitattributes >> /path/to/myHFrepo/.gitattributes
|
34 |
rm /path/to/myHFrepo/Cookiecutter-MLOps/.gitattributes
|
35 |
git add .gitattributes
|
36 |
-
git commit -m "
|
37 |
-
|
38 |
-
|
39 |
-
|
|
|
40 |
git add README.md
|
41 |
-
git commit -m "
|
42 |
|
43 |
-
4.
|
44 |
|
45 |
cd /path/to/myHFrepo/Cookiecutter-MLOps
|
46 |
mv * .[^.]* ..
|
47 |
cd /path/to/myHFrepo
|
48 |
-
|
49 |
|
50 |
5 - Add venv folder to.gitignore
|
51 |
|
|
|
28 |
|
29 |
rm -r /path/to/myHFrepo/Cookiecutter-MLOps/.git
|
30 |
|
31 |
+
4.2 - Resolve conflicts with .gitattributes (add explanation? e.g. what's in .gitattributes?)
|
32 |
|
33 |
cat /path/to/myHFrepo/Cookiecutter-MLOps/.gitattributes >> /path/to/myHFrepo/.gitattributes
|
34 |
rm /path/to/myHFrepo/Cookiecutter-MLOps/.gitattributes
|
35 |
git add .gitattributes
|
36 |
+
git commit -m "Concatenate .gitattributes info from DagsHub/Cookiecutter-MLOps"
|
37 |
+
|
38 |
+
4.3 - Resolve conflicts with README.md (simplified steps, do we actually need to keep it?)
|
39 |
+
|
40 |
+
mv /path/to/myHFrepo/Cookiecutter-MLOps/README.md /path/to/myHFrepo/README.md
|
41 |
git add README.md
|
42 |
+
git commit -m "Get README info from DagsHub/Cookiecutter-MLOps"
|
43 |
|
44 |
+
4.4 - Move remaining files from DagsHub/Cookiecutter-MLOps to your Hugging Face repo .gitattributes and README.md
|
45 |
|
46 |
cd /path/to/myHFrepo/Cookiecutter-MLOps
|
47 |
mv * .[^.]* ..
|
48 |
cd /path/to/myHFrepo
|
49 |
+
rmdir /path/to/myHFrepo/Cookiecutter-MLOps
|
50 |
|
51 |
5 - Add venv folder to.gitignore
|
52 |
|