You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: make Hire Us banner background darkgreen (#753)
## Description
<!-- Provide a concise and descriptive summary of the changes
implemented in this PR. -->
### Introduces a breaking change?
- [ ] Yes
- [ ] No
### Type of change
- [ ] Bug fix (change which fixes an issue)
- [ ] New feature (change which adds functionality)
- [ ] Documentation update (improves or adds clarity to existing
documentation)
- [ ] Other (chores, tests, code style improvements etc.)
### Tested on
- [ ] iOS
- [ ] Android
### Testing instructions
<!-- Provide step-by-step instructions on how to test your changes.
Include setup details if necessary. -->
### Screenshots
<!-- Add screenshots here, if applicable -->
### Related issues
<!-- Link related issues here using #issue-number -->
### Checklist
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have updated the documentation accordingly
- [ ] My changes generate no new warnings
### Additional notes
<!-- Include any additional information, assumptions, or context that
reviewers might need to understand this PR. -->
@@ -55,7 +55,7 @@ Les versions minimales supportées sont :
55
55
- Android 13
56
56
- React Native 0.76
57
57
58
-
> [!IMPORTANT]
58
+
> [!IMPORTANT]
59
59
> React Native ExecuTorch ne supporte que la [nouvelle architecture React Native](https://reactnative.dev/architecture/landing-page).
60
60
61
61
## :earth_africa: Exemple du monde réel
@@ -127,7 +127,7 @@ Ensuite, selon la plateforme, choisissez soit iOS soit Android :
127
127
yarn expo run:< ios | android >
128
128
```
129
129
130
-
> [!WARNING]
130
+
> [!WARNING]
131
131
> L'exécution des LLM nécessite une quantité importante de RAM. Si vous rencontrez des plantages inattendus de l'application, essayez d'augmenter la quantité de RAM allouée à l'émulateur.
132
132
133
133
## :robot: Modèles prêts à l'emploi
@@ -136,7 +136,7 @@ Notre bibliothèque contient un certain nombre de modèles AI prêts à l'emploi
136
136
137
137
## :books: Documentation
138
138
139
-
Découvrez comment notre bibliothèque peut vous aider à construire vos fonctionnalités AI avec React Native en visitant notre documentation :
139
+
Découvrez comment notre bibliothèque peut vous aider à construire vos fonctionnalités AI avec React Native en visitant notre documentation :
> React Native ExecuTorch केवल [नई React Native आर्किटेक्चर](https://reactnative.dev/architecture/landing-page) का समर्थन करता है।
60
60
61
61
## :earth_africa: वास्तविक दुनिया का उदाहरण
@@ -127,7 +127,7 @@ yarn
127
127
yarn expo run:< ios | android >
128
128
```
129
129
130
-
> [!WARNING]
130
+
> [!WARNING]
131
131
> LLMs चलाना बड़ी मात्रा में RAM की मांग करता है। यदि आप अप्रत्याशित ऐप क्रैश का सामना कर रहे हैं, तो एमुलेटर को आवंटित RAM की मात्रा बढ़ाने का प्रयास करें।
@@ -56,7 +56,7 @@ As versões mínimas suportadas são:
56
56
- Android 13
57
57
- React Native 0.76
58
58
59
-
> [!IMPORTANT]
59
+
> [!IMPORTANT]
60
60
> React Native ExecuTorch suporta apenas a [Nova Arquitetura do React Native](https://reactnative.dev/architecture/landing-page).
61
61
62
62
## :earth_africa: Exemplo do Mundo Real
@@ -128,7 +128,7 @@ Então, dependendo da plataforma, escolha iOS ou Android:
128
128
yarn expo run:< ios | android >
129
129
```
130
130
131
-
> [!WARNING]
131
+
> [!WARNING]
132
132
> Executar LLMs requer uma quantidade significativa de RAM. Se você estiver enfrentando travamentos inesperados do aplicativo, tente aumentar a quantidade de RAM alocada para o emulador.
133
133
134
134
## :robot: Modelos Prontos para Uso
@@ -137,7 +137,7 @@ Nossa biblioteca possui vários modelos de IA prontos para uso; uma lista comple
137
137
138
138
## :books: Documentação
139
139
140
-
Confira como nossa biblioteca pode ajudar você a construir recursos de IA no React Native visitando nossa documentação:
140
+
Confira como nossa biblioteca pode ajudar você a construir recursos de IA no React Native visitando nossa documentação:
0 commit comments