Spaces:
Runtime error
Runtime error
tomas.helmfridsson
commited on
Commit
·
ea64562
1
Parent(s):
8524416
new pdfs
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- app.py +3 -3
- document/000_Leveranstidplan_utvecklingsprojektet.pdf +3 -0
- document/101_Styrande_planeringsdokument.pdf +3 -0
- document/102_Projektbeskrivning.pdf +3 -0
- document/103_Intressenter_ansvar_projektorg.pdf +3 -0
- document/104_Projektorganisation_oversikt.pdf +3 -0
- document/105_Etapper_milstolpar.pdf +3 -0
- document/106_In_ut_leveranser.pdf +3 -0
- document/107_Grov_plan.pdf +3 -0
- document/108_Grov_budget.pdf +3 -0
- document/110_Kick-off_dagordning.pdf +3 -0
- document/110_Planeringsdag_program.pdf +3 -0
- document/111_Projektkontrakt.pdf +3 -0
- document/111_Projektpresentation.pdf +3 -0
- document/112_Planeringsdag_anteckningar.pdf +3 -0
- document/112_Projektbeskrivning.pdf +3 -0
- document/113_Grov_plan.pdf +3 -0
- document/114_Delprojektplan.pdf +3 -0
- document/120_Etapplan.pdf +3 -0
- document/120_Projektledningsmote_dagordning.pdf +3 -0
- document/121_Projektledningsmote_anteckningar.pdf +3 -0
- document/121_Projektstatusrapport.pdf +3 -0
- document/122_Projektledningsmote_oppna_stangda_punkter.pdf +3 -0
- document/123_Projektstatusrapport.pdf +3 -0
- document/124_Uppfoljning_budget.pdf +3 -0
- document/125_Utfall_budget.pdf +3 -0
- document/126_Budget_utfall_jamforelse.pdf +3 -0
- document/130_Projektavslutsrapport_inforandeprojektet.pdf +3 -0
- document/130_Underlag_leveransgodkannande.pdf +3 -0
- document/131_Projektavslutsrapport.pdf +3 -0
- document/131_Projektavslutsrapport_delprojekt.pdf +3 -0
- document/132_Projekterfarenheter.pdf +3 -0
- document/132_Restlista.pdf +3 -0
- document/140_Kallelse_mote.pdf +3 -0
- document/140_Kvalitetssakring_underhandsrapport.pdf +3 -0
- document/141_Kvalitetssakring_kommentar.pdf +3 -0
- document/141_Projektmoten_Dagordning.pdf +3 -0
- document/142_Styrgruppsmoten_Dagordning.pdf +3 -0
- document/143_Anteckningar.pdf +3 -0
- document/144_Protokoll.pdf +3 -0
- document/145_Oppna_stangda_punkter.pdf +3 -0
- document/146_Projektdagbok.pdf +3 -0
- document/200_Handbok_Admin_Klienten.pdf +3 -0
- document/210_Acceptanstest_testplan.pdf +3 -0
- document/211_Acceptanstest_testrapport.pdf +3 -0
- document/212_Utbildningsstrategi.pdf +3 -0
- document/213_Dokumentationsstrategi.pdf +3 -0
- document/214_Konverteringsstrategi.pdf +3 -0
- document/215_Omlaggningsstrategi.pdf +3 -0
- document/216_Forvaltningsoverlamnande_plan.pdf +3 -0
app.py
CHANGED
|
@@ -22,9 +22,9 @@ LLM_MODEL = "TinyLlama/TinyLlama-1.1B-Chat-v1.0"
|
|
| 22 |
CHUNK_SIZE = 400
|
| 23 |
CHUNK_OVERLAP = 40
|
| 24 |
CTX_TOK_MAX = 750 # sparar marginal till fråga + svar
|
| 25 |
-
MAX_NEW_TOKENS =
|
| 26 |
-
K =
|
| 27 |
-
DEFAULT_TEMP = 0.
|
| 28 |
GEN_TIMEOUT = 180 # Timeout för generering i sekunder
|
| 29 |
|
| 30 |
# ── LOGGING ──────────────────────────────────────────────────────────
|
|
|
|
| 22 |
CHUNK_SIZE = 400
|
| 23 |
CHUNK_OVERLAP = 40
|
| 24 |
CTX_TOK_MAX = 750 # sparar marginal till fråga + svar
|
| 25 |
+
MAX_NEW_TOKENS = 256
|
| 26 |
+
K = 5
|
| 27 |
+
DEFAULT_TEMP = 0.8
|
| 28 |
GEN_TIMEOUT = 180 # Timeout för generering i sekunder
|
| 29 |
|
| 30 |
# ── LOGGING ──────────────────────────────────────────────────────────
|
document/000_Leveranstidplan_utvecklingsprojektet.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f4c5b064417d7372566a8931d51e63397ecaa72a940f7511309977d64643e2d
|
| 3 |
+
size 16423
|
document/101_Styrande_planeringsdokument.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9959f57afda725fc77f0a9051ee9da573cda467ded3d783938c7d2ecd463bb97
|
| 3 |
+
size 106780
|
document/102_Projektbeskrivning.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0524a712c42dac0bb10541f8a013394d1ca7c2e74b45bd2154d571ae1d380c9d
|
| 3 |
+
size 169915
|
document/103_Intressenter_ansvar_projektorg.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e622a5dbf66cdbabd26969d079e240ea680d107f9b8691314159d1bf081fb88
|
| 3 |
+
size 140869
|
document/104_Projektorganisation_oversikt.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c147fd166901bdf0737192fbf9df2ea4322b247cd9b98d3b985221e0bda449b9
|
| 3 |
+
size 124534
|
document/105_Etapper_milstolpar.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b8d6df4a81fa061c4fe89c266d4bcd4e9a5a608264301db02f9dd1240d273d8
|
| 3 |
+
size 13088
|
document/106_In_ut_leveranser.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d5cab82cf7a1776c9cb871b667f76eaf2734675f4017ed7168cb14a3ec9450a1
|
| 3 |
+
size 235706
|
document/107_Grov_plan.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a1a5e1a398cf6dc0cf035df4442925c18415ab958b4c4f88e9f6f8189b76850
|
| 3 |
+
size 87240
|
document/108_Grov_budget.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d5a423f1bf27f3b8231bb36623bb839592e77ee6aa375359d3d977520b398718
|
| 3 |
+
size 131885
|
document/110_Kick-off_dagordning.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7c8d711ce41cd870765874a53d61a3bd3e029684313876c0924092f6481a97c
|
| 3 |
+
size 26005
|
document/110_Planeringsdag_program.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ebe26385f18b9f579281c5b6d85be287a877d437ca37bc060682383283693f0b
|
| 3 |
+
size 122691
|
document/111_Projektkontrakt.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2abff7e677a675d6400b3491b8982cc78522929d4fe49989c4f160979d0acdbf
|
| 3 |
+
size 15634
|
document/111_Projektpresentation.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:18d140f1870d4513c8aac408eb073347c071ab12080984f7bb3a4ac4cde3a934
|
| 3 |
+
size 308918
|
document/112_Planeringsdag_anteckningar.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:93a01866c4734b9dbfa2181ab10876741f9ad9e23c09d3e6accaa173084871e7
|
| 3 |
+
size 193375
|
document/112_Projektbeskrivning.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a0a938084cc72842aab75ee982b2be9faf57ca2a43c19f0d2c757af6a2e9436
|
| 3 |
+
size 30310
|
document/113_Grov_plan.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e1caf4f7c530b1845ed4021d1f75b7fb2c8e14a76fb5752434d83a4c6bbfc39
|
| 3 |
+
size 64431
|
document/114_Delprojektplan.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f4d809e3d0227da8fda273fb5ebbc1f5db94e7fd3a9ee3d80641779e9d91547
|
| 3 |
+
size 31268
|
document/120_Etapplan.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24d63e57bec14d8dad7f4da49e4ed328b62abb2b9154b778762ea09f22797d61
|
| 3 |
+
size 14189
|
document/120_Projektledningsmote_dagordning.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed7d813bad4bf2ad0951db2c8c272a7c799fc191ee5a269b43201ebec2c012c4
|
| 3 |
+
size 121156
|
document/121_Projektledningsmote_anteckningar.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8d1b733a484b454dcc30e8b9dd8a91b31c6814ef468da565fa3b473bc1b4335e
|
| 3 |
+
size 184270
|
document/121_Projektstatusrapport.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a926eec62473c313429a0459947239708ffb90bf00c3a172e0080bf60bb8ae67
|
| 3 |
+
size 101874
|
document/122_Projektledningsmote_oppna_stangda_punkter.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:81d4c62bcfdf2e396c8652ae63dbb3b16c90698b55a634071d63109d0b850c0a
|
| 3 |
+
size 17414
|
document/123_Projektstatusrapport.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c99b4a2849d54a033831b3fee258c04c163134d4619bcb7fb267b331b12cd64c
|
| 3 |
+
size 225919
|
document/124_Uppfoljning_budget.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8023131b096bc5bd270679de3cab3a60d8820f1c86a10b93ae6e1bebf02cd6e9
|
| 3 |
+
size 132231
|
document/125_Utfall_budget.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2621ea7113e63fd778f7327fb892689cd91eaf9b1280384b38640ea91db83167
|
| 3 |
+
size 140397
|
document/126_Budget_utfall_jamforelse.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88cf631344cbd902352191709f8edc40210d51aec4ab5080eb70baac5f47a573
|
| 3 |
+
size 139322
|
document/130_Projektavslutsrapport_inforandeprojektet.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f50a71472f69c92898bb92bf03f9f269d976a7c4fb36d2517e1af0aa1b6c296
|
| 3 |
+
size 15330
|
document/130_Underlag_leveransgodkannande.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a8e2f4958c3d92e5a204449ec9c11cf04ffe8a2bcfb2b7babf21f42ee64048c
|
| 3 |
+
size 229177
|
document/131_Projektavslutsrapport.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:201fe9cdc2997b8383f6bbb5a90454c7a260b714b4828560db609e5ca0e6c20b
|
| 3 |
+
size 448417
|
document/131_Projektavslutsrapport_delprojekt.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8543e2bb3f04b8347e949a19a467cf8348b31ddf53bda0930575969d4241ec81
|
| 3 |
+
size 15712
|
document/132_Projekterfarenheter.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:af7424e3434f77d2c6d759e2e911b885a26bde4d90dc9cf673f40e86cee9e0eb
|
| 3 |
+
size 209273
|
document/132_Restlista.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4d83c8e8159843f05143c54d7fdf394e4591b32150b5adffa1af9881a35f5e4b
|
| 3 |
+
size 32430
|
document/140_Kallelse_mote.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:12b4329d0aecf78641f86fa245c802eb0a23be6f0341f39ca923e2f1b72be631
|
| 3 |
+
size 16335
|
document/140_Kvalitetssakring_underhandsrapport.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16a065a6f13dd7c82d179b5543e89c3bbc4d65af35a713650dbcdd89975acf03
|
| 3 |
+
size 155675
|
document/141_Kvalitetssakring_kommentar.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d1a836976a278c43f9603c9cbf3cf51b4d5b2090e153c773c22e7b46b537eca4
|
| 3 |
+
size 130157
|
document/141_Projektmoten_Dagordning.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f9807f0fd24798a101165db0885ac45d14cffdc250afdaa9e844c406439a191
|
| 3 |
+
size 129626
|
document/142_Styrgruppsmoten_Dagordning.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cbeded637b2d71d7e9734acec9d464acba3da979fb5b6d1c9a6bcb2bbb444375
|
| 3 |
+
size 25961
|
document/143_Anteckningar.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c2d685c588a2b2f752d81ba0e0cf0f532f5b8ba2dfb1c40d6e8d91cc7587583
|
| 3 |
+
size 13441
|
document/144_Protokoll.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ddde60f2070a7c4d9fd444db6aa96f9d7268f3ff9d73017271c9f59e3db81de
|
| 3 |
+
size 14037
|
document/145_Oppna_stangda_punkter.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2093096895fc0c8ce7848ab86e1b39afcd2d61c4ccb2965d498a90147b067440
|
| 3 |
+
size 29731
|
document/146_Projektdagbok.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ab5bc5717f557f9557afdad53643de953e302c83088026e9854b7760991c977
|
| 3 |
+
size 22392
|
document/200_Handbok_Admin_Klienten.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f8bb6b2320922b6b0a84379fb7100932fd110b6b2ff11fc7880dcfae67e0d390
|
| 3 |
+
size 761024
|
document/210_Acceptanstest_testplan.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:258d829dfc193d0087ea9ed6f5a95080e53447701845d0d546a45c64f031b434
|
| 3 |
+
size 147548
|
document/211_Acceptanstest_testrapport.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a9f0a958fb1da85fdd84436d53fd3e58410caaffac413ae9f4a119caec0837b6
|
| 3 |
+
size 38781
|
document/212_Utbildningsstrategi.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f989cc65c935829d59d3b214bbc1f2cee7df5b3776b4d29febdd060f2d55ec43
|
| 3 |
+
size 15999
|
document/213_Dokumentationsstrategi.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5fd187fbdefe99088a425f84c167e23ea502d3eb1ee7c6536643928439efd38d
|
| 3 |
+
size 15346
|
document/214_Konverteringsstrategi.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bdd808683436185eefc2901eeb2e995fc9b65d87b8f842708e33e7c68bdb68bc
|
| 3 |
+
size 15839
|
document/215_Omlaggningsstrategi.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c7e7f4d31c25c95eb0192fef344a3889d987d3d6fe3ef0dc763bb4a991debd64
|
| 3 |
+
size 113512
|
document/216_Forvaltningsoverlamnande_plan.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4499c0ea4f9acff61a48fa43d11929eba388aaaea690efb3abe40a0dc34d5563
|
| 3 |
+
size 14463
|